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/19 04:57:15 UTC

[rocketmq-client-go] branch master updated: echo message on codecov failed to upload

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-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 782b09c  echo message on codecov failed to upload
782b09c is described below

commit 782b09c2e57dbe72857414fe3f8e18fbc938efc8
Author: dinglei <li...@163.com>
AuthorDate: Wed Jan 19 11:55:17 2022 +0800

    echo message on codecov failed to upload
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 29fde38..526e8f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,4 +32,4 @@ script:
   - go test ./... -coverprofile=coverage.txt -covermode=atomic
 
 after_success:
-  - bash < (curl -s https://codecov.io/bash)
+  - bash < (curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'