Skip to content

Commit

Permalink
Remove coverage invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jan 15, 2018
1 parent dbb8a28 commit 176b52b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ common: &common
- run:
name: run tox
command: ~/.local/bin/tox
- run:
name: upload coverage report
command: |
if [[ "$UPLOAD_COVERAGE" != 0 ]]; then
PATH=$HOME/.local/bin:$PATH
pip install --user codecov
coverage xml
~/.local/bin/codecov --required -X search gcov pycov -f coverage.xml --flags $CIRCLE_JOB
fi
- save_cache:
paths:
- .tox
Expand Down

0 comments on commit 176b52b

Please sign in to comment.