1
0

[HUDI-627] Aggregate code coverage and publish to codecov.io during CI (#1347)

This commit is contained in:
Ramachandran M S
2020-02-27 13:54:20 -08:00
committed by GitHub
parent 71170fafe7
commit acf359c834
7 changed files with 43 additions and 7 deletions

View File

@@ -37,3 +37,5 @@ script:
# https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
- while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
- scripts/run_travis_tests.sh $TEST_SUITE
after_success:
- bash <(curl -s https://codecov.io/bash)