mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 04:21:08 +00:00
Disable coverage analysis of the C++ test.
This commit is contained in:
parent
01ffa275ad
commit
9414c8b8f1
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <cryb/to.h>
|
||||
#include <cryb/coverage.h>
|
||||
|
||||
CRYB_DISABLE_COVERAGE;
|
||||
|
||||
class test {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue