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

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