Skip to content

Commit

Permalink
Merge pull request #248 from blueyed/codecov
Browse files Browse the repository at this point in the history
ci: add codecov config
  • Loading branch information
blueyed authored Jan 16, 2020
2 parents bc9ae10 + 72af209 commit 50ee362
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ script:
after_script:
- |
if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV
bash <(curl -s https://codecov.io/bash) -Z -X fix -f coverage.xml -n $TOXENV
fi
notifications:
Expand Down
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
project: true
patch: true
changes: true

comment: off

0 comments on commit 50ee362

Please sign in to comment.