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

Add forgotten zero counters to reset coverage counters

parent 48a71ead
No related branches found
No related tags found
1 merge request!37Feature/language
......@@ -342,6 +342,9 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
add_custom_target(coverage
ALL # in coverage mode we do coverage!
# zero all counters
COMMAND ${FASTCOV} -q -z
# Run tests
COMMAND ${CMAKE_CTEST_COMMAND}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment