File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
- node_modules
7
7
install :
8
8
- npm install
9
+ - npm install -g codecov
9
10
script :
10
11
- npm run build
12
+ - jest --coverage
13
+ - codecov
11
14
before_deploy : npm run build
12
15
deploy :
13
16
provider : npm
Original file line number Diff line number Diff line change 1
1
# Qiniu-JavaScript-SDK
2
2
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
+
3
7
基于七牛 API 开发的前端 JavaScript SDK
4
8
5
9
### 当前版本为 3.x,旧版本文档:[ 2.x] ( https://github.com/qiniu/js-sdk/tree/2.x ) 、[ 1.x] ( https://github.com/qiniu/js-sdk/tree/1.x )
6
10
### 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 )
7
11
8
-
9
12
## 快速导航
10
13
11
14
* [ 功能简介] ( #summary )
You can’t perform that action at this time.
0 commit comments