summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2024-03-25 10:57:57 +0100
committerDominik Holland <dominik.holland@qt.io>2024-03-25 12:57:13 +0000
commit33f6c61c3dd4a8a500d6f05cb70e23a6e5320eb0 (patch)
tree7f6c02457827fdc03cb28514c5f2d3533fdf89a0
parent7291e061cb2c4626e6f8a843f79e48a033b9f60d (diff)
Remove tests again from the code-coverage report
Change-Id: I74a1ca179e80c2ed6a772cc391b1132a71178f14 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f0cd5dc..b34a89c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ if(IF_COVERAGE)
set(GCOV_EXCLUDE
'/usr/*'
'${QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX}/*'
- #'${CMAKE_CURRENT_LIST_DIR}/tests/*'
+ '${CMAKE_CURRENT_LIST_DIR}/tests/*'
'${CMAKE_CURRENT_LIST_DIR}/examples/*'
'${CMAKE_CURRENT_LIST_DIR}/src/3rdparty/*'
'moc_*'