File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,18 @@ language: csharp
33install :
44
55 - sudo apt-get install nunit 
6+  - npm install -g codecov 
7+  - sudo apt-get install gcovr 
68
79before_script :
810
911  - export isTravisTest=true 
1012
1113script : 
1214
13-  - make build-and-test 
15+  - make build-and-test 
16+  - gcovr -r . --xml 
17+  - codecov --disable=gcov 
18+  
19+ 
20+ 
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ build-and-test:
77
88	xbuild src/Qiniu.sln
99
10- 	nunit-console bin/QiniuTests.dll
10+ 	nunit-console  bin/QiniuTests.dll
11+ 
Original file line number Diff line number Diff line change 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 ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments