bugfix: add codecov upload back to travis.yml (#10220)

Codecov upload was accidentally removed in #9805
This commit is contained in:
Todd Gamblin 2018-12-29 12:09:42 -08:00 committed by GitHub
parent d65c6ba9b2
commit c92ac70c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,6 +207,11 @@ script:
after_success:
- ccache -s
- if [[ "$TEST_SUITE" == "unit" || "$TEST_SUITE" == "build" ]]; then
codecov --env PYTHON_VERSION
--required
--flags "${TEST_SUITE}${TRAVIS_OS_NAME}";
fi
#=============================================================================
# Notifications