Skip to content

Commit 319af1e

Browse files
钟楚君钟楚君
authored andcommitted
test3
1 parent 54557c0 commit 319af1e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ cache:
66
- node_modules
77
install:
88
- npm install
9+
- npm install -g codecov
910
script:
1011
- npm run build
12+
- jest --coverage
13+
- codecov
1114
before_deploy: npm run build
1215
deploy:
1316
provider: npm
@@ -18,3 +21,4 @@ deploy:
1821
on:
1922
tags: true
2023
repo: qiniu/js-sdk
24+

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

0 commit comments

Comments
 (0)