From 5f76b93eace86806252ed096121efe60f3183fd0 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Wed, 2 Jun 2021 16:48:33 +0200 Subject: [PATCH] fix link to codecov report from badge (#5022) links the codecov badge to the codecov report instead of the badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a8a3a15..c8a305ea0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Slack Status](http://slack.citusdata.com/badge.svg)](https://slack.citusdata.com) [![Latest Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.citusdata.com/) -[![Code Coverage](https://codecov.io/gh/citusdata/citus/branch/master/graph/badge.svg)](https://codecov.io/gh/citusdata/citus/branch/master/graph/badge.svg) +[![Code Coverage](https://codecov.io/gh/citusdata/citus/branch/master/graph/badge.svg)](https://app.codecov.io/gh/citusdata/citus) ## What is Citus?