mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Travis: fix reporting of coverage (#211)
This commit is contained in:
parent
9dcb47dc55
commit
cfdaf6caca
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ install:
|
|||
script: tox -v
|
||||
after_success:
|
||||
- |
|
||||
if [[ "${TOXENV#-coverage}" != "$TOXENV" ]]; then
|
||||
if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
|
||||
pip install codecov
|
||||
coverage xml
|
||||
codecov --required -X gcov fix pycov -f coverage.xml --flags ${TOXENV//-/ }
|
||||
|
|
|
|||
Loading…
Reference in a new issue