File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,17 @@ node_js:
55 - " 9"
66 - " 10"
77 - " 11"
8+
9+ install :
10+ - npm install -g codecov
11+ - npm install -g istanbul
12+
813before_script :
914- export is_travis=true
15+ script :
16+ - istanbul cover ./node_modules/mocha/bin/_mocha --reporter test -- -R spec
17+ - codecov
18+
1019deploy :
1120 provider : npm
1221
Original file line number Diff line number Diff line change 33[ ![ @qiniu on weibo] ( http://img.shields.io/badge/weibo-%40qiniutek-blue.svg )] ( http://weibo.com/qiniutek )
44[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE.md )
55[ ![ Build Status] ( https://api.travis-ci.org/qiniu/nodejs-sdk.svg?branch=master )] ( https://travis-ci.org/qiniu/nodejs-sdk )
6+ [ ![ GitHub release] ( https://img.shields.io/github/v/tag/qiniu/nodejs-sdk.svg?label=release )] ( https://github.com/qiniu/nodejs-sdk/releases )
67[ ![ Code Climate] ( https://codeclimate.com/github/qiniu/nodejs-sdk.svg )] ( https://codeclimate.com/github/qiniu/nodejs-sdk )
8+ [ ![ Coverage Status] ( https://codecov.io/gh/qiniu/nodejs-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/qiniu/nodejs-sdk )
79[ ![ Latest Stable Version] ( https://img.shields.io/npm/v/qiniu.svg )] ( https://www.npmjs.com/package/qiniu )
810
911## 下载
You can’t perform that action at this time.
0 commit comments