1
0
Эх сурвалжийг харах

CTestCustom: ignore coverage results from coverage tests

Ben Boeckel 3 долоо хоног өмнө
parent
commit
61aed5e5f2
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  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