From ede46717523d8c0a9839758e4857c7e4b92d0eb5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 31 Dec 2018 08:37:11 +0000 Subject: [PATCH] README: remove coverage badge. Coveralls works fine for PRs but is a bit too flaky for the master branch. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 30ff92d456..d52c81ebae 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Second, read the [Troubleshooting Checklist](https://docs.brew.sh/Troubleshootin ## Contributing [![Azure Pipelines](https://img.shields.io/vso/build/Homebrew/56a87eb4-3180-495a-9117-5ed6c79da737/1.svg)](https://dev.azure.com/Homebrew/Homebrew/_build/latest?definitionId=1) -[![Codecov](https://img.shields.io/codecov/c/github/Homebrew/brew.svg)](https://codecov.io/gh/Homebrew/brew) We'd love you to contribute to Homebrew. First, please read our [Contribution Guide](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md#code-of-conduct).