Inline coverage.sh

master
Cristi Vîjdea 2018-12-30 16:14:05 +02:00
parent c1d3d4fe3c
commit bda545e85f
2 changed files with 3 additions and 8 deletions

View File

@ -58,8 +58,9 @@ script:
after_success:
- |
if [[ -z "$TOXENV" && -z "$PYPI_DEPLOY" ]]; then
chmod +x coverage.sh
./coverage.sh
coverage combine || true
coverage report
codecov
fi
branches:

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -e
coverage combine || true
coverage report
codecov