diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-21 18:14:33 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-21 18:14:33 +0100 |
commit | cb244ed5192b17b7d58bad40f493d77f5de98489 (patch) | |
tree | 7d286c1eef8617401b39171dedb7b30b3805b015 /test | |
parent | Unpack row data into a vector or vector pair (diff) | |
download | mygrate-cb244ed5192b17b7d58bad40f493d77f5de98489.tar.bz2 mygrate-cb244ed5192b17b7d58bad40f493d77f5de98489.tar.xz mygrate-cb244ed5192b17b7d58bad40f493d77f5de98489.zip |
Exclude don't print helper from coverage
Diffstat (limited to 'test')
-rw-r--r-- | test/test-bitset.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-bitset.cpp b/test/test-bitset.cpp index 83e136c..15e43d6 100644 --- a/test/test-bitset.cpp +++ b/test/test-bitset.cpp @@ -8,7 +8,9 @@ using namespace MyGrate; +// LCOV_EXCL_START BOOST_TEST_DONT_PRINT_LOG_VALUE(BitSet::Iterator); +// LCOV_EXCL_STOP BOOST_AUTO_TEST_CASE(bitset) { |