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

Change coverage output

Now sort table by coverage percentage
parent 20e5e2a7
No related branches found
No related tags found
1 merge request!11Feature/mpi
......@@ -216,7 +216,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
add_custom_target(coverage
ALL
COMMAND ${GCOVR} ${GCOVR_OPTIONS}
COMMAND ${GCOVR} ${GCOVR_OPTIONS} --exclude-unreachable-branches --sort-percentage
DEPENDS run_unit_tests
COMMENT "Running gcovr to build coverage report."
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment