You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/07/25 11:05:27 UTC

[rocketmq-client-go] branch master updated: fix code coverage shell error in travis ci yml.

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

duhengforever 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 ee05725  fix code coverage shell error in travis ci yml.
     new 129701a  Merge pull request #873 from ShannonDing/codecove_failed
ee05725 is described below

commit ee05725bd5b20daf6083fcdcf29df0dfab96c853
Author: ShannonDing <li...@163.com>
AuthorDate: Mon Jul 25 17:46:05 2022 +0800

    fix code coverage shell error in travis ci yml.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 526e8f5..e267cee 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) || echo 'Codecov failed to upload'
+  - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'