From 98b6e164875a57c72e672f1d3cd160e8a8d95e51 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Fri, 15 Jan 2021 09:12:43 +0100 Subject: [PATCH] Add codecov badge instead of shield Signed-off-by: Flavius Lacatusu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7f96472..7554a2a83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Che/CodeReady Workspaces Operator -[![Codecov](https://img.shields.io/codecov/c/github/eclipse/che-operator)](https://github.com/eclipse/che-operator) +[![codecov](https://codecov.io/gh/eclipse/che-operator/branch/master/graph/badge.svg?token=IlYvrVU5nB)](https://codecov.io/gh/eclipse/che-operator) Che/CodeReady workspaces operator uses [Operator SDK](https://github.com/operator-framework/operator-sdk) and [Go Kube client](https://github.com/kubernetes/client-go) to deploy, update and manage K8S/OpenShift resources that constitute a single or multi-user Eclipse Che/CodeReady Workspaces cluster.