This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8c5d874 Open code coverage in CI.
8c5d874 is described below
commit 8c5d8747a753bd9ab7635de4d71b9fd6838cbcbf
Author: dinglei <[email protected]>
AuthorDate: Wed Feb 16 11:42:19 2022 +0800
Open code coverage in CI.
Open code coverage in CI.
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 930f106..9a1b623 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,5 @@ script:
# - travis_retry mvn -B package findbugs:findbugs coveralls:report
#after_success:
# - mvn sonar:sonar
+after_success:
+ - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'