bugfix: add codecov upload back to travis.yml (#10220)
Codecov upload was accidentally removed in #9805
This commit is contained in:
parent
d65c6ba9b2
commit
c92ac70c72
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue