Skip to content

Commit

Permalink
Merge pull request #509 from girder/fix-coverage-reporting
Browse files Browse the repository at this point in the history
Fix coverage reporting.
  • Loading branch information
manthey authored Jan 15, 2021
2 parents a05653b + e915c00 commit 2b70de7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ commands:
steps:
- run:
name: Install Codecov client
command: pip install codecov==2.1.9
command: pip install codecov
- run:
name: Upload coverage
command: codecov --tries 10 --required --disable search pycov gcov --root project --file .tox/coverage/py_coverage.xml -f build/test/coverage/cobertura-coverage.xml
command: |
codecov --disable search pycov gcov --file build/test/coverage/py_coverage.xml build/test/coverage/cobertura-coverage.xml
jobs:
testdocker:
Expand Down

0 comments on commit 2b70de7

Please sign in to comment.