Skip to content

Commit

Permalink
Try to put back coverage tools to check the current status.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Mar 4, 2020
1 parent c1ac9f4 commit ac948d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ sonarqube_cov_:
-Dsonar.cfamily.build-wrapper-output=build/bw-output
-Dsonar.cfamily.gcov.reportsPath=build/Testing/CoverageInfo
${sonar_branching}
# - bash <(curl -s https://codecov.io/bash) -X gcov -X xcode -f "!*examples*" -f "!*third_party*" -f "!*c\\+\\+*" -f "!*benchmark*"
- bash <(curl -s https://codecov.io/bash) -X gcov -f "\!*examples*" -f "\!*third_party*" -f "\!*c\\+\\+*" -f "\!*benchmark*"
dependencies: []
except:
refs:
Expand Down
2 changes: 0 additions & 2 deletions cmake/CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE

".*/third_party/.*"

".*/test/.*"

".*/benchmark/.*"

".*/examples/.*"
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ coverage:
target: auto
threshold: 2
base: auto
ignore:
- "**/test/"
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ sonar.sources=.
sonar.tests=.
sonar.exclusions="third_party/**, build/**"
sonar.test.exclusions="benchmark/**, doc/**, examples/**"
sonar.test.inclusions="*/test/**"
sonar.test.inclusions="*/test/**"
sonar.coverage.exclusions="third_party/**, build/**, benchmark/**, doc/**, examples/**"

0 comments on commit ac948d3

Please sign in to comment.