ENH: actually submit coverage report to codecov
This commit is contained in:
parent
74a4b184e9
commit
2c2177464c
|
@ -45,5 +45,8 @@ script:
|
||||||
fi
|
fi
|
||||||
- $COVERAGE $PYTEST -v tests/
|
- $COVERAGE $PYTEST -v tests/
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- if [ ! -z "$COVERAGE" ]; then codecov; fi
|
||||||
|
|
||||||
#notifications:
|
#notifications:
|
||||||
# email: false
|
# email: false
|
||||||
|
|
Loading…
Reference in New Issue