You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/01/18 03:54:26 UTC

[rocketmq-streams] branch main updated: use common method to enable codecov.

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b1da9a  use common method to enable codecov.
0b1da9a is described below

commit 0b1da9a353423a777928ffb91880ecc13f5d0dd9
Author: dinglei <li...@163.com>
AuthorDate: Tue Jan 18 11:53:52 2022 +0800

    use common method to enable codecov.
---
 .travis.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7577d88..235b52a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,5 @@
 dist: trusty
-
-env:
-  global:
-    - CODECOV_TOKEN=59121d3e-7f65-4c78-b1cf-3cd3afec07a0
-    
+ 
 language: java
 
 jdk:
@@ -24,4 +20,4 @@ script:
 
 after_success:
   - mvn test
-  - bash <(curl -s https://codecov.io/bash)
+  - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'