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 ee6f233
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
![Ginkgo](/assets/logo.png)

[![Build status](https://gitlab.com/ginkgo-project/ginkgo-public-ci/badges/develop/build.svg)](https://github.com/ginkgo-project/ginkgo/commits/develop)
[![Coverage](https://codecov.io/gh/ginkgo-project/ginkgo/branch/develop/graph/badge.svg)](https://codecov.io/gh/ginkgo-project/ginkgo)
[![CDash dashboard](https://img.shields.io/badge/CDash-Access-blue.svg)](http://my.cdash.org/index.php?project=Ginkgo+Project)
[![Documentation](https://img.shields.io/badge/Documentation-latest-blue.svg)](https://ginkgo-project.github.io/ginkgo/doc/develop/)
[![License](https://img.shields.io/github/license/ginkgo-project/ginkgo.svg)](./LICENSE)
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 ee6f233

Please sign in to comment.