Skip to content
Snippets Groups Projects
Unverified Commit c92ac70c authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

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

Codecov upload was accidentally removed in #9805
parent d65c6ba9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment