mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-26 02:57:56 +00:00
CTestCustom: ignore coverage results from coverage tests
This commit is contained in:
parent
7191d72acd
commit
61aed5e5f2
@ -126,6 +126,9 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||
|
||||
# Exclude Qt source files from coverage results:
|
||||
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
|
||||
|
||||
# Exclude coverage results from coverage test directories.
|
||||
"/Testing/.*Coverage/"
|
||||
)
|
||||
|
||||
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user