We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3916d42 commit f5822b2Copy full SHA for f5822b2
3 files changed
.codecov.yml
@@ -1,3 +1,3 @@
1
ignore:
2
- "catch.hpp"
3
- - "test_utils.hpp"
+ - "unittest.cc"
.gitignore
@@ -31,8 +31,10 @@
31
*.out
32
*.app
33
sofos
34
-sofos_test
35
-sofos_test_coverage
+sofos_debug
+sofos_coverage
36
+unittest
37
+unittest_coverage
38
39
*.gcno
40
*.gcda
unittest.cc
@@ -73,6 +73,8 @@ TEST_CASE("Combinadic generates the combinatorial number system") {
73
TEST_CASE("Sofos::RescaleBcf rescales SFS to a new sample size") {
74
using namespace Catch::literals;
75
76
+ g_sofos_quiet = true;
77
+
78
char header_str[] =
79
"##fileformat=VCFv4.2\n"
80
"##FILTER=<ID=PASS,Description=\"All filters passed\">\n"
0 commit comments