File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ language: csharp
3
3
install :
4
4
5
5
- sudo apt-get install nunit
6
+ - npm install -g codecov
6
7
7
8
before_script :
8
9
9
10
- export isTravisTest=true
10
11
11
12
script :
12
13
13
- - make build-and-test
14
+ - make build-and-test
15
+ - codecov
16
+
17
+
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ build-and-test:
7
7
8
8
xbuild src/Qiniu.sln
9
9
10
- nunit-console bin/QiniuTests.dll
10
+ nunit-console /result:console-test.xml bin/QiniuTests.dll
Original file line number Diff line number Diff line change 1
1
# Qiniu (Cloud) C# SDK
2
2
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
+
3
8
## 使用
4
9
5
10
* 参考文档:[ 七牛云存储 C# SDK 使用指南] ( https://developer.qiniu.com/kodo/sdk/1237/csharp )
You can’t perform that action at this time.
0 commit comments