From 73a1447e702cc5a1bb5bb20b613d717fdd7bc015 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Thu, 5 Mar 2015 09:48:34 +0100
Subject: [PATCH] ENH: update CTEST_CUSTOM_COVERAGE_EXCLUDE

---
 CMake/CTestCustom.cmake.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index df29e1bd22..a9d61cb9ff 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -32,12 +32,12 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
  #".*/Examples/.*"
 
  # Exclude files from the ThirdParty Utilities directories
- ".*/Testing/Utilities/.*"
+ ".*/Modules/ThirdParty/.*"
  ".*/Utilities/.*"
 
  # Exclude SWIG wrappers files
- ".*/Code/Wrappers/SWIG/otbApplicationPYTHON_wrap.*"
- ".*/Code/Wrappers/SWIG/otbApplicationJAVA_wrap.*"
+ ".*/Modules/Wrappers/SWIG/src/otbApplicationPYTHON_wrap.*"
+ ".*/Modules/Wrappers/SWIG/src/otbApplicationJAVA_wrap.*"
 
  # Exclude Qt moc file
  ".*moc_.*"
-- 
GitLab