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/03/10 13:04:04 UTC

[rocketmq-streams] branch main updated: Add code coverage token.

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 8be2999  Add code coverage token.
8be2999 is described below

commit 8be2999616277593aff0b7f772de8b1334c2309c
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 21:03:43 2022 +0800

    Add code coverage token.
    
    Add code coverage token.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 235b52a..ced009d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,4 @@ script:
 
 after_success:
   - mvn test
-  - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
+  - bash <(curl -s https://codecov.io/bash) -t 59121d3e-7f65-4c78-b1cf-3cd3afec07a0 || echo 'Codecov failed to upload'