Skip to content

Commit

Permalink
test05
Browse files Browse the repository at this point in the history
  • Loading branch information
钟楚君 authored and 钟楚君 committed Jul 24, 2020
1 parent 55e6109 commit d43eaad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ language: csharp
install:

- sudo apt-get install nunit
- npm install -g codecov
- pip install gcovr

before_script:

- export isTravisTest=true

script:

- make build-and-test
- make build-and-test
- gcovr -r . --html --html-details -o coverage.html
- codecov


2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build-and-test:

xbuild src/Qiniu.sln

nunit-console bin/QiniuTests.dll
nunit-console /result:console-test.xml bin/QiniuTests.dll
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Qiniu (Cloud) C# SDK

[![LICENSE](https://img.shields.io/github/license/qiniu/csharp-sdk.svg)](https://github.com/qiniu/csharp-sdk/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/qiniu/csharp-sdk.svg?branch=master)](https://travis-ci.org/qiniu/csharp-sdk)
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/csharp-sdk.svg?label=release)](https://github.com/qiniu/csharp-sdk/releases)
[![Coverage Status](https://codecov.io/gh/qiniu/csharp-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/csharp-sdk)

## 使用

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

0 comments on commit d43eaad

Please sign in to comment.