Integrate with Codecov (#1308)

This commit is contained in:
Ta-Ching Chen
2019-09-11 14:52:45 +08:00
committed by GitHub
parent 082c244b0b
commit ecb97db913
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ before_cache:
- test/save_cache.sh # save docker cache
after_script:
- bash <(curl -s https://codecov.io/bash)
- kubectl --namespace default delete configmap -l travisID=${TRAVIS_BUILD_ID} # remove in-test configmap to indicate this CI build finished
notifications: