CI: Preserve full paths in coverage reports

This commit is contained in:
Dennis Klein 2019-09-05 19:53:47 +02:00 committed by Dennis Klein
parent 54719da645
commit 79bcb40c04

View File

@ -43,6 +43,7 @@ If($ENV{ctest_model} MATCHES Profile)
If(GCOV_COMMAND)
Message("Found GCOV: ${GCOV_COMMAND}")
Set(CTEST_COVERAGE_COMMAND ${GCOV_COMMAND})
set(CTEST_COVERAGE_EXTRA_FLAGS "-p")
EndIf(GCOV_COMMAND)
EndIf()