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