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
@ -207,6 +207,11 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ccache -s
|
- ccache -s
|
||||||
|
- if [[ "$TEST_SUITE" == "unit" || "$TEST_SUITE" == "build" ]]; then
|
||||||
|
codecov --env PYTHON_VERSION
|
||||||
|
--required
|
||||||
|
--flags "${TEST_SUITE}${TRAVIS_OS_NAME}";
|
||||||
|
fi
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Notifications
|
# Notifications
|
||||||
|
Loading…
Reference in New Issue
Block a user