Skip to content

Commit

Permalink
FIX Coverage upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Jan 9, 2020
1 parent dbbf62d commit 9235dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:

# Push the results back to codecov
after_success:
- codecov
- coverage xml && codecov -f coverage.xml --commit=$TRAVIS_COMMIT"

# Deploy updates on master to pypi, which will only succeed if there's been a version bump
deploy:
Expand Down

0 comments on commit 9235dd9

Please sign in to comment.