We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a3c4e commit 1dd7ebdCopy full SHA for 1dd7ebd
cmake/script/CoverageInclude.cmake.in
@@ -49,6 +49,7 @@ list(APPEND LCOV_FILTER_COMMAND -p "src/crypto/ctaes")
49
list(APPEND LCOV_FILTER_COMMAND -p "src/minisketch")
50
list(APPEND LCOV_FILTER_COMMAND -p "src/secp256k1")
51
list(APPEND LCOV_FILTER_COMMAND -p "depends")
52
+list(APPEND LCOV_FILTER_COMMAND -p "src/mapport_hooks.h")
53
54
execute_process(
55
COMMAND ${LCOV_COMMAND} --capture --initial --directory src --output-file baseline.info
0 commit comments