diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-10 09:36:46 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-10 13:39:29 +0100 |
commit | 83c0e96057a6cc61282512dd9204cd78e6c89543 (patch) | |
tree | 4e4f0f082b6480f485f5cf40436fdb612dc0bf6f /README.md | |
parent | 275e02bdea73801f134519eed8c2473663823383 (diff) | |
download | curl-83c0e96057a6cc61282512dd9204cd78e6c89543.tar.gz |
travis: remove "coverage", make it "torture"
The coveralls service and test coverage numbers are just too unreliable.
Removed badge from README.md as well.
Fixes #4694
Closes #4695
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ [![Travis-CI Build Status](https://travis-ci.org/curl/curl.svg?branch=master)](https://travis-ci.org/curl/curl) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/l1vv31029huhf4g4?svg=true)](https://ci.appveyor.com/project/curlorg/curl) [![Cirrus Build Status](https://api.cirrus-ci.com/github/curl/curl.svg?branch=master)](https://cirrus-ci.com/github/curl/curl) -[![Coverage Status](https://coveralls.io/repos/github/curl/curl/badge.svg)](https://coveralls.io/github/curl/curl) [![Backers on Open Collective](https://opencollective.com/curl/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/curl/sponsors/badge.svg)](#sponsors) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/curl/curl/context:cpp) |