From 61aed5e5f2d89ea5cfccd9fd3a96fb778853343a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 29 Sep 2025 10:38:25 -0400 Subject: [PATCH] CTestCustom: ignore coverage results from coverage tests --- CTestCustom.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index d924480117..6daca61cf9 100644 --- a/CTestCustom.cmake.in +++ b/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