You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2022/03/29 04:31:52 UTC

[rocketmq-mqtt] 24/43: Open code coverage

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

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

commit 9939eabad05dced3fb202804de8c3942764986cd
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 20:58:44 2022 +0800

    Open code coverage
    
    closes #15,#16
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1c8ad51..c6e84bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_install:
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi
 
 script:
-  - travis_retry mvn clean install
+  - travis_retry mvn -B clean apache-rat:check
+  - travis_retry mvn -B clean install cobertura:cobertura
 after_success:
-  - bash <(curl -s https://codecov.io/bash) -t 11a6acce-59a1-4586-9bf6-164878d045cf || echo 'Codecov failed to upload'
+  - bash <(curl -s https://codecov.io/bash) -t 225f1740-55fa-437e-a378-16b70031f728 || echo 'Codecov failed to upload'