Skip to content

Commit 7fa395c

Browse files
authored
Merge pull request #461 from zhongcj2020/open_jc_sdk
add badges of build, release and coverage
2 parents 598b823 + cbc90a8 commit 7fa395c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ install:
88
- npm install
99
script:
1010
- npm run build
11+
- jest --coverage
12+
- npx codecov
1113
before_deploy: npm run build
1214
deploy:
1315
provider: npm

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Qiniu-JavaScript-SDK
22

3+
[![Build Status](https://travis-ci.org/qiniu/x.svg?branch=master)](https://travis-ci.org/qiniu/js-sdk)
4+
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/js-sdk.svg?label=release)](https://github.com/qiniu/js-sdk/releases)
5+
[![Coverage Status](https://codecov.io/gh/qiniu/js-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/js-sdk)
6+
37
基于七牛 API 开发的前端 JavaScript SDK
48

59
### 当前版本为 3.x,旧版本文档:[2.x](https://github.com/qiniu/js-sdk/tree/2.x)[1.x](https://github.com/qiniu/js-sdk/tree/1.x)
610
### 2.x 升级到 3.x 的注意事项请参考[文档](https://github.com/qiniu/js-sdk/wiki/2.x-%E5%8D%87%E7%BA%A7%E5%88%B0-3.x-%E6%96%87%E6%A1%A3%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9)
711

8-
912
## 快速导航
1013

1114
* [功能简介](#summary)

0 commit comments

Comments
 (0)