Skip to content

Commit f5822b2

Browse files
Update tests
1 parent 3916d42 commit f5822b2

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ignore:
22
- "catch.hpp"
3-
- "test_utils.hpp"
3+
- "unittest.cc"

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
*.out
3232
*.app
3333
sofos
34-
sofos_test
35-
sofos_test_coverage
34+
sofos_debug
35+
sofos_coverage
36+
unittest
37+
unittest_coverage
3638

3739
*.gcno
3840
*.gcda

unittest.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ TEST_CASE("Combinadic generates the combinatorial number system") {
7373
TEST_CASE("Sofos::RescaleBcf rescales SFS to a new sample size") {
7474
using namespace Catch::literals;
7575

76+
g_sofos_quiet = true;
77+
7678
char header_str[] =
7779
"##fileformat=VCFv4.2\n"
7880
"##FILTER=<ID=PASS,Description=\"All filters passed\">\n"

0 commit comments

Comments
 (0)