Skip to content

Commit

Permalink
add codecov.io badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Feb 18, 2017
1 parent 042905b commit 2abc6c6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions Flurl.Http.Xml.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
codecov.yml = codecov.yml
global.json = global.json
README.md = README.md
EndProjectSection
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![Icon](http://i.imgur.com/llEKpRL.png?1)
# Flurl.Http.Xml [![Build status](https://ci.appveyor.com/api/projects/status/16qwl13xsaylb450?svg=true)](https://ci.appveyor.com/project/lvermeulen/flurl-http-xml) [![license](https://img.shields.io/github/license/lvermeulen/Flurl.Http.Xml.svg?maxAge=2592000)](https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/v/Flurl.Http.Xml.svg?maxAge=86400)](https://www.nuget.org/packages/Flurl.Http.Xml/) [![Coverage Status](https://coveralls.io/repos/github/lvermeulen/Flurl.Http.Xml/badge.svg?branch=master)](https://coveralls.io/github/lvermeulen/Flurl.Http.Xml?branch=master) [![Dependency Status](https://dependencyci.com/github/lvermeulen/Flurl.Http.Xml/badge)](https://dependencyci.com/github/lvermeulen/Flurl.Http.Xml) [![Join the chat at https://gitter.im/lvermeulen/Flurl.Http.Xml](https://badges.gitter.im/lvermeulen/Flurl.Http.Xml.svg)](https://gitter.im/lvermeulen/Flurl.Http.Xml?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![](https://img.shields.io/badge/.net-4.5-yellowgreen.svg) ![](https://img.shields.io/badge/netstandard-1.4-yellowgreen.svg)
# Flurl.Http.Xml
[![Build status](https://ci.appveyor.com/api/projects/status/16qwl13xsaylb450?svg=true)](https://ci.appveyor.com/project/lvermeulen/flurl-http-xml) [![license](https://img.shields.io/github/license/lvermeulen/Flurl.Http.Xml.svg?maxAge=2592000)](https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/v/Flurl.Http.Xml.svg?maxAge=86400)](https://www.nuget.org/packages/Flurl.Http.Xml/) [![Coverage Status](https://coveralls.io/repos/github/lvermeulen/Flurl.Http.Xml/badge.svg?branch=master)](https://coveralls.io/github/lvermeulen/Flurl.Http.Xml?branch=master) [![codecov](https://codecov.io/gh/lvermeulen/Flurl.Http.Xml/branch/master/graph/badge.svg)](https://codecov.io/gh/lvermeulen/Flurl.Http.Xml) [![Dependency Status](https://dependencyci.com/github/lvermeulen/Flurl.Http.Xml/badge)](https://dependencyci.com/github/lvermeulen/Flurl.Http.Xml) [![Join the chat at https://gitter.im/lvermeulen/Flurl.Http.Xml](https://badges.gitter.im/lvermeulen/Flurl.Http.Xml.svg)](https://gitter.im/lvermeulen/Flurl.Http.Xml?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![](https://img.shields.io/badge/.net-4.5-yellowgreen.svg) ![](https://img.shields.io/badge/netstandard-1.4-yellowgreen.svg)

XML extension to the excellent [Flurl](https://github.com/tmenier/Flurl) library

##Features:
Expand Down
3 changes: 3 additions & 0 deletions build/cover.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ Write-Output "Sending code coverage results to coveralls.io"
7z a codecoverage.zip $tempCoverageFileName
Push-AppveyorArtifact codecoverage.zip

pip install codecov
codecov -f $tempCoverageFileName


11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
coverage:
precision: 0
round: nearest
range: "50...90"
status:
patch:
default:
target: 50
comment:
layout: "header, diff, changes, sunburst, uncovered"
branches: null

0 comments on commit 2abc6c6

Please sign in to comment.