File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
3
+ install :
4
+ - npm install
5
+
3
6
env :
4
7
global :
5
8
- QINIU_ACCESS_KEY=vHg2e7nOh7Jsucv2Azr5FH6omPgX22zoJRWa0FN5
8
11
9
12
script :
10
13
- ./gradlew test -d
14
+ - npx codecov
15
+
16
+ after_success :
17
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2
2
[ ![ @qiniu on weibo] ( http://img.shields.io/badge/weibo-%40qiniutek-blue.svg )] ( http://weibo.com/qiniutek )
3
3
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE )
4
4
[ ![ Build Status] ( https://travis-ci.org/qiniu/java-sdk.svg )] ( https://travis-ci.org/qiniu/java-sdk )
5
+ [ ![ GitHub release] ( https://img.shields.io/github/v/tag/qiniu/java-sdk.svg?label=release )] ( https://github.com/qiniu/java-sdk/releases )
6
+ [ ![ Coverage Status] ( https://codecov.io/gh/qiniu/java-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/qiniu/java-sdk )
5
7
[ ![ Latest Stable Version] ( https://img.shields.io/maven-central/v/com.qiniu/qiniu-java-sdk.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.qiniu%22%20AND%20a%3A%22qiniu-java-sdk%22 )
6
8
## 安装
7
9
You can’t perform that action at this time.
0 commit comments