Browse Source

CTestCustom: ignore coverage results from coverage tests

Ben Boeckel 3 weeks ago
parent
commit
61aed5e5f2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CTestCustom.cmake.in

+ 3 - 0
CTestCustom.cmake.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