mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Travis: report coverage also to codecov.io
This commit is contained in:
committed by
Dave Halter
parent
6748faa071
commit
d10eff5625
10
.travis.yml
10
.travis.yml
@@ -50,7 +50,11 @@ install:
|
|||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
after_script:
|
after_script:
|
||||||
- if [ $TOXENV == "cov" ]; then
|
- |
|
||||||
pip install --quiet coveralls;
|
if [ $TOXENV == "cov" ]; then
|
||||||
coveralls;
|
pip install --quiet codecov coveralls
|
||||||
|
coverage xml
|
||||||
|
coverage report -m
|
||||||
|
coveralls
|
||||||
|
bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -X search -X fix -X xcode -f coverage.xml
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user