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:54 UTC

[rocketmq-mqtt] 26/43: fix #20 add img and label for codeCov and build status in readme

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 40f6f55e3208036cbe61207d48a6ecf2eebc18de
Author: tianliuliu <64...@qq.com>
AuthorDate: Fri Mar 11 16:07:01 2022 +0800

    fix #20 add img and label for codeCov and build status in readme
---
 .travis.yml | 2 +-
 README.md   | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c6e84bf..693023b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,4 @@ script:
   - 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 225f1740-55fa-437e-a378-16b70031f728 || echo 'Codecov failed to upload'
+  - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
diff --git a/README.md b/README.md
index 60cb05a..d5737c4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 ## Apache RocketMQ MQTT
+[![Build Status](https://api.travis-ci.com/apache/rocketmq-mqtt.svg?branch=main)](https://travis-ci.com/github/apache/rocketmq-mqtt)
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![CodeCov](https://codecov.io/gh/apache/rocketmq-mqtt/branch/main/graph/badge.svg)](https://codecov.io/gh/apache/rocketmq-mqtt)
+[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/apache/rocketmq-mqtt.svg)](http://isitmaintained.com/project/apache/rocketmq-mqtt "Average time to resolve an issue")
+[![Percentage of issues still open](http://isitmaintained.com/badge/open/apache/rocketmq-mqtt.svg)](http://isitmaintained.com/project/apache/rocketmq-mqtt "Percentage of issues still open")
 
 A new MQTT protocol architecture model, based on which RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. Based on the RocketMQ message unified storage engine, it supports both MQTT terminal and server message sending and receiving.