Skip to content

Commit

Permalink
Merge pull request #21 from octue/v0.0.6
Browse files Browse the repository at this point in the history
FIX Coverage upload command
  • Loading branch information
thclark committed Jan 9, 2020
2 parents d9afbf6 + afabe38 commit bec68cb
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:
- coverage xml && codecov -f coverage.xml --commit=$TRAVIS_COMMIT"
- 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 bec68cb

Please sign in to comment.