Skip to content

Commit 0ebd401

Browse files
committed
exclude noise from coverage
1 parent fa22d99 commit 0ebd401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/script/CoverageInclude.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ list(APPEND LCOV_FILTER_COMMAND -p "src/crypto/ctaes")
4141
list(APPEND LCOV_FILTER_COMMAND -p "src/minisketch")
4242
list(APPEND LCOV_FILTER_COMMAND -p "src/secp256k1")
4343
list(APPEND LCOV_FILTER_COMMAND -p "depends")
44+
list(APPEND LCOV_FILTER_COMMAND -p "src/mapport_hooks.h")
4445

4546
execute_process(
4647
COMMAND ${LCOV_COMMAND} --capture --initial --directory src --output-file baseline.info

0 commit comments

Comments
 (0)