From cb244ed5192b17b7d58bad40f493d77f5de98489 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 21 May 2021 18:14:33 +0100 Subject: Exclude don't print helper from coverage --- test/test-bitset.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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) { -- cgit v1.2.3