Skip to content
Snippets Groups Projects
Commit a36f4352 authored by Lars Bilke's avatar Lars Bilke
Browse files

Partly revert "One more code coverage fix."

This partly reverts commit 46acb7c1.
parent a004ef89
No related branches found
No related tags found
No related merge requests found
INCLUDE(CodeCoverage) INCLUDE(CodeCoverage)
SET(COVERAGE_EXCLUDES SET(COVERAGE_EXCLUDES
'/gpfs0/*;/usr/*;${CMAKE_BINARY_DIR}/*;${CMAKE_SOURCE_DIR}/Tests/*;${CMAKE_SOURCE_DIR}/ThirdParty/*' '/gpfs0/*'
'/usr/*'
'${CMAKE_BINARY_DIR}/*'
'${CMAKE_SOURCE_DIR}/Tests/*'
'${CMAKE_SOURCE_DIR}/ThirdParty/*'
) )
IF(JENKINS_URL) IF(JENKINS_URL)
......
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