Skip to content

Commit ac948d3

Browse files
author
Terry Cojean
committed
Try to put back coverage tools to check the current status.
1 parent c1ac9f4 commit ac948d3

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ sonarqube_cov_:
519519
-Dsonar.cfamily.build-wrapper-output=build/bw-output
520520
-Dsonar.cfamily.gcov.reportsPath=build/Testing/CoverageInfo
521521
${sonar_branching}
522-
# - bash <(curl -s https://codecov.io/bash) -X gcov -X xcode -f "!*examples*" -f "!*third_party*" -f "!*c\\+\\+*" -f "!*benchmark*"
522+
- bash <(curl -s https://codecov.io/bash) -X gcov -f "\!*examples*" -f "\!*third_party*" -f "\!*c\\+\\+*" -f "\!*benchmark*"
523523
dependencies: []
524524
except:
525525
refs:

cmake/CTestCustom.cmake.in

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
77

88
".*/third_party/.*"
99

10-
".*/test/.*"
11-
1210
".*/benchmark/.*"
1311

1412
".*/examples/.*"

codecov.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ coverage:
1010
target: auto
1111
threshold: 2
1212
base: auto
13-
ignore:
14-
- "**/test/"

sonar-project.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ sonar.sources=.
88
sonar.tests=.
99
sonar.exclusions="third_party/**, build/**"
1010
sonar.test.exclusions="benchmark/**, doc/**, examples/**"
11-
sonar.test.inclusions="*/test/**"
11+
sonar.test.inclusions="*/test/**"
12+
sonar.coverage.exclusions="third_party/**, build/**, benchmark/**, doc/**, examples/**"

0 commit comments

Comments
 (0)