Skip to content
Snippets Groups Projects
Commit 8a3b620d authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove `FPEManager.*` and `SignalManager.*` from coverage file list

Actually, it is not easy to check these utilities and could be risky.
Checking these features could change the behavior of the other tests
unexpectedly.
parent bca96119
No related branches found
No related tags found
1 merge request!63Feature/utils coverage
......@@ -447,7 +447,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
COMMAND ${FASTCOV} -q --gcov "${GCOV_BIN}"
--include "${PUGS_SOURCE_DIR}/src"
--exclude "${PUGS_SOURCE_DIR}/src/main.cpp" "${PUGS_SOURCE_DIR}/src/utils/BacktraceManager.*"
--exclude "${PUGS_SOURCE_DIR}/src/main.cpp" "${PUGS_SOURCE_DIR}/src/utils/BacktraceManager.*" "${PUGS_SOURCE_DIR}/src/utils/FPEManager.*"
--lcov -o coverage.info -n
COMMAND ${LCOV} --gcov "${GCOV_BIN}" --list coverage.info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment