Skip to content

Commit

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

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

before_script:

- export isTravisTest=true

script:

- make build-and-test
- make build-and-test
- gcovr -r . --xml
- codecov --disable=gcov



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

xbuild src/Qiniu.sln

nunit-console bin/QiniuTests.dll
nunit-console 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 888e152

Please sign in to comment.