Skip to content
Snippets Groups Projects
Commit f736759c authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Improve the code coverage reporting

parent 8292d59f
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,10 @@ macro (ihta_add_test)
)
endif ()
# Set these variables here as well since, it doesn't seems to propagate correctly.
set (CPP_COVERAGE_ENABLE_COV_COMMANDS ON)
set (CPP_COVERAGE_ENABLE_PER_TARGET_COVERAGE_REPORTS ON)
cpp_coverage_add_test (
TARGET
${IHTA_ADD_TEST_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment