Skip to content

Commit 43a562a

Browse files
钟楚君钟楚君
authored andcommitted
test
1 parent 55e6109 commit 43a562a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ language: csharp
33
install:
44

55
- sudo apt-get install nunit
6+
- npm install -g codecov
67

78
before_script:
89

910
- export isTravisTest=true
1011

1112
script:
1213

13-
- make build-and-test
14+
- make build-and-test
15+
- codecov

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Qiniu (Cloud) C# SDK
22

3+
[![LICENSE](https://img.shields.io/github/license/qiniu/csharp-sdk.svg)](https://github.com/qiniu/csharp-sdk/blob/master/LICENSE)
4+
[![Build Status](https://travis-ci.org/qiniu/csharp-sdk.svg?branch=master)](https://travis-ci.org/qiniu/csharp-sdk)
5+
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/csharp-sdk.svg?label=release)](https://github.com/qiniu/csharp-sdk/releases)
6+
[![Coverage Status](https://codecov.io/gh/qiniu/csharp-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/csharp-sdk)
7+
38
## 使用
49

510
* 参考文档:[七牛云存储 C# SDK 使用指南](https://developer.qiniu.com/kodo/sdk/1237/csharp)

0 commit comments

Comments
 (0)