Skip to content

Commit

Permalink
Fix codecov's coverage not reported in CI build status
Browse files Browse the repository at this point in the history
Not sure what's happening here. It seems the Github status icon
displaying build status is not updated by codecov, except if some time
has passed between ``codecov`` command and end of Travis build
(previously, this was working thanks to ``cd docs && make html``).
  • Loading branch information
Delgan committed Jun 9, 2019
1 parent 8bd1738 commit 9c76647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ script: tox

after_success:
- codecov --flags "py_${TRAVIS_PYTHON_VERSION//[^[:alnum:]]/}"
- sleep 10 # Github build status would not be updated by "codecov" otherwise

0 comments on commit 9c76647

Please sign in to comment.