ENH: actually submit coverage report to codecov

This commit is contained in:
Yaroslav Halchenko 2018-09-12 10:13:45 -04:00
parent 74a4b184e9
commit 2c2177464c
1 changed files with 3 additions and 0 deletions

View File

@ -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