Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Apache RocketMQ
Rocketmq
提交
a991ea5a
R
Rocketmq
项目概览
Apache RocketMQ
/
Rocketmq
上一次同步 大约 3 年
通知
267
Star
16139
Fork
68
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
Rocketmq
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
a991ea5a
编写于
4月 01, 2020
作者:
D
dinglei
提交者:
GitHub
4月 01, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ISSUE #1859] add codecov report for unit tests.
[ISSUE #1859] add codecov report for tests.
上级
c5e5f8dd
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
3 addition
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+1
-0
README.md
README.md
+1
-0
pom.xml
pom.xml
+1
-1
未找到文件。
.travis.yml
浏览文件 @
a991ea5a
...
...
@@ -33,3 +33,4 @@ script:
after_success
:
-
mvn clean install -Pit-test
-
mvn sonar:sonar -Psonar-apache
-
bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
README.md
浏览文件 @
a991ea5a
## Apache RocketMQ
[
![Build Status
](
https://travis-ci.org/apache/rocketmq.svg?branch=master
)
](https://travis-ci.org/apache/rocketmq)
[
![Coverage Status
](
https://coveralls.io/repos/github/apache/rocketmq/badge.svg?branch=master
)
](https://coveralls.io/github/apache/rocketmq?branch=master)
[
![CodeCov
](
https://codecov.io/gh/apache/rocketmq/branch/master/graph/badge.svg
)
](https://codecov.io/gh/apache/rocketmq)
[
![Maven Central
](
https://maven-badges.herokuapp.com/maven-central/org.apache.rocketmq/rocketmq-all/badge.svg
)
](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq)
[
![GitHub release
](
https://img.shields.io/badge/release-download-orange.svg
)
](https://rocketmq.apache.org/dowloading/releases)
[
![License
](
https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
)
](https://www.apache.org/licenses/LICENSE-2.0.html)
...
...
pom.xml
浏览文件 @
a991ea5a
...
...
@@ -280,7 +280,7 @@
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.
7.8
</version>
<version>
0.
8.5
</version>
<executions>
<execution>
<id>
default-prepare-agent
</id>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录