IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 991104cd authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

exclude cxroot from coverage

parent d1190bac
No related branches found
No related tags found
1 merge request!572Resolve "Random number generators in modules: linkage, missing symbols, etc."
......@@ -159,8 +159,9 @@ if (CMAKE_BUILD_TYPE STREQUAL Coverage)
COMMAND ${c8_lcov_bin} -q --remove raw-coverage.info "*/usr/*" "/usr/*" --output-file coverage2.info
COMMAND ${c8_lcov_bin} --remove coverage2.info
"*/externals/*" "*/tests/*" "*/sibyll2.3d.cpp" "*/.conan/*"
"*/include/Pythia8/*" "*/install/*" "${CMAKE_SOURCE_DIR}/modules/*"
"${CMAKE_BINARY_DIR}/modules/*"
"*/include/Pythia8/*" "*/install/*"
"${CMAKE_SOURCE_DIR}/modules/*" "${CMAKE_BINARY_DIR}/modules/*"
"*/cxroot/*"
--output-file coverage.info
COMMAND ${CMAKE_COMMAND} -E remove coverage2.info
DEPENDS raw-coverage.info
......
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