From ae72ba69dfb4503b777ec64b8562e54f6b730dda Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Tue, 6 Jul 2021 12:23:15 +0200 Subject: [PATCH] Remove codecov badge The move to GitHub actions broke codecov support, so it's currently not working. Let's remove the corresponding badge for now. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0784fc79..22f1701f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # statrs [![Build Status](https://travis-ci.org/boxtown/statrs.svg?branch=master)](https://travis-ci.org/boxtown/statrs) -[![Codecov](https://codecov.io/gh/boxtown/statrs/branch/master/graph/badge.svg)](https://codecov.io/gh/boxtown/statrs) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Crates.io](https://img.shields.io/crates/v/statrs.svg)](https://crates.io/crates/statrs)