diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-06 14:40:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-06 14:40:57 +0200 |
commit | bacb909e136b9fc56cf438eaf0f9d7561d9be775 (patch) | |
tree | 7e6739be79bdb0df65c8c54de6ba33c19530c8c8 | |
parent | de0adda78c4c3ce6d221beefdcd4492412dcf287 (diff) | |
download | curl-bacb909e136b9fc56cf438eaf0f9d7561d9be775.tar.gz |
README.md: show the coverall coverage on github
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/63/badge)](https://bestpractices.coreinfrastructure.org/projects/63) [![Coverity passed](https://scan.coverity.com/projects/curl/badge.svg)](https://scan.coverity.com/projects/curl) [![Build Status](https://travis-ci.org/curl/curl.svg?branch=master)](https://travis-ci.org/curl/curl) +[![Coverage Status](https://coveralls.io/repos/github/curl/curl/badge.svg)](https://coveralls.io/github/curl/curl) Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading [the curl.1 man |