mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08: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:
|
||||
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
|
||||
|
||||
# Exclude coverage results from coverage test directories.
|
||||
"/Testing/.*Coverage/"
|
||||
)
|
||||
|
||||
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
|
Reference in New Issue
Block a user