Inline coverage.sh
This commit is contained in:
+3
-2
@@ -58,8 +58,9 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
if [[ -z "$TOXENV" && -z "$PYPI_DEPLOY" ]]; then
|
if [[ -z "$TOXENV" && -z "$PYPI_DEPLOY" ]]; then
|
||||||
chmod +x coverage.sh
|
coverage combine || true
|
||||||
./coverage.sh
|
coverage report
|
||||||
|
codecov
|
||||||
fi
|
fi
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
coverage combine || true
|
|
||||||
coverage report
|
|
||||||
codecov
|
|
||||||
Reference in New Issue
Block a user