Skip to content

Commit

Permalink
Disable codecov as it as completely wrong report results.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Oct 17, 2019
1 parent 00a2db3 commit f0472c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,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
# - bash <(curl -s https://codecov.io/bash) -X gcov -X xcode -f "!*examples*" -f "!*third_party*" -f "!*c\\+\\+*" -f "!*benchmark*"
dependencies: []
except:
refs:
Expand All @@ -478,7 +478,7 @@ sonarqube_cov:
-Dsonar.cfamily.build-wrapper-output=build/bw-output
-Dsonar.cfamily.gcov.reportsPath=build/Testing/CoverageInfo
-Dsonar.branch.name=${CI_COMMIT_REF_NAME}
- bash <(curl -s https://codecov.io/bash) -X gcov -X xcode
# - bash <(curl -s https://codecov.io/bash) -X gcov -X xcode -f "!*test*" -f "!*examples*" -f "!*third_party*" -f "!*c\\+\\+*" -f "!*benchmark*"
dependencies: []
only:
refs:
Expand Down
4 changes: 0 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ coverage:
threshold: 2
base: auto
ignore:
- "**/third_party/"
- "**/test/"
- "**/benchmark/"
- "**/examples/"
- "**/c\\+\\+/"

0 comments on commit f0472c4

Please sign in to comment.