mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
CTestCustom: ignore coverage results from coverage tests
This commit is contained in:
@@ -126,6 +126,9 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|||||||
|
|
||||||
# Exclude Qt source files from coverage results:
|
# Exclude Qt source files from coverage results:
|
||||||
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
|
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
|
||||||
|
|
||||||
|
# Exclude coverage results from coverage test directories.
|
||||||
|
"/Testing/.*Coverage/"
|
||||||
)
|
)
|
||||||
|
|
||||||
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
|
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||||
|
|||||||
Reference in New Issue
Block a user