Skip to content

Commit

Permalink
Adds the code coverage badge to the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed May 5, 2019
1 parent c9d5527 commit 4ebb35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
# Cake.Curl

| Package | Windows | Linux | Tests |
| :-----: | :-----: | :---: | :---: |
| [![NuGet](https://img.shields.io/nuget/v/Cake.Curl.svg)](https://www.nuget.org/packages/Cake.Curl) | [![AppVeyor](https://img.shields.io/appveyor/ci/cakecontrib/cake-curl/master.svg)](https://ci.appveyor.com/project/cakecontrib/cake-curl) | [![Travis CI](https://img.shields.io/travis/cake-contrib/Cake.Curl/master.svg)](https://travis-ci.org/cake-contrib/Cake.Curl) | [![Tests](https://img.shields.io/appveyor/tests/cakecontrib/cake-curl.svg)](https://ci.appveyor.com/project/cakecontrib/cake-curl/build/tests) |
| Package | Windows | Linux | Tests | Coverage |
| :-----: | :-----: | :---: | :---: | :------: |
| [![NuGet](https://img.shields.io/nuget/v/Cake.Curl.svg)](https://www.nuget.org/packages/Cake.Curl) | [![AppVeyor](https://img.shields.io/appveyor/ci/cakecontrib/cake-curl/master.svg)](https://ci.appveyor.com/project/cakecontrib/cake-curl) | [![Travis CI](https://img.shields.io/travis/cake-contrib/Cake.Curl/master.svg)](https://travis-ci.org/cake-contrib/Cake.Curl) | [![Tests](https://img.shields.io/appveyor/tests/cakecontrib/cake-curl.svg)](https://ci.appveyor.com/project/cakecontrib/cake-curl/build/tests) | [![Coverage](https://img.shields.io/coveralls/github/cake-contrib/Cake.Curl.svg)](https://coveralls.io/github/cake-contrib/Cake.Curl?branch=master) |

Cake.Curl is a cross-platform add-in for [Cake](http://cakebuild.net/) that allows to transfer files to and from remote URLs using [curl](https://curl.haxx.se).

Expand Down

0 comments on commit 4ebb35d

Please sign in to comment.