1
0
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:
Ben Boeckel
2025-09-29 10:38:25 -04:00
parent 7191d72acd
commit 61aed5e5f2

View File

@@ -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