From 3c36225665cb1d9b59f228cc10eaedd324970a29 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 3 Jul 2020 21:31:34 +0200 Subject: [PATCH] chore: change coverage badge to codecov.io --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a1953e..e2799be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Shiny authz-client -[![Build Status](https://gitlab.com/unboundsoftware/shiny/authz_client/badges/master/pipeline.svg)](https://gitlab.com/unboundsoftware/shiny/authz_client/commits/master)[![coverage report](https://gitlab.com/unboundsoftware/shiny/authz_client/badges/master/coverage.svg)](https://gitlab.com/unboundsoftware/shiny/authz_client/commits/master) +[![Build Status](https://gitlab.com/unboundsoftware/shiny/authz_client/badges/master/pipeline.svg)](https://gitlab.com/unboundsoftware/shiny/authz_client/commits/master) +[![codecov](https://codecov.io/gl/unboundsoftware:shiny/authz_client/branch/master/graph/badge.svg?token=AQS7QVLCEQ)](https://codecov.io/gl/unboundsoftware:shiny/authz_client)