diff --git a/.travis.yml b/.travis.yml index 9ae477a..60ce5fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/coverage.sh b/coverage.sh deleted file mode 100755 index b9ab4db..0000000 --- a/coverage.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -set -e - -coverage combine || true -coverage report -codecov