From 45e840be6671a1bf11af6f27f0b76f8a8a6943cd Mon Sep 17 00:00:00 2001 From: Piotr Icikowski Date: Sun, 6 Mar 2022 14:04:14 +0100 Subject: [PATCH] Add code coverage badge to README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e1fbe2..a0c8b6d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Simple and effective package for implementing [Kubernetes liveness and readiness ![Go version](https://img.shields.io/github/go-mod/go-version/Icikowski/kubeprobes) [![Go Report Card](https://goreportcard.com/badge/github.com/Icikowski/kubeprobes)](https://goreportcard.com/report/github.com/Icikowski/kubeprobes) [![Go Reference](https://pkg.go.dev/badge/github.com/Icikowski/kubeprobes.svg)](https://pkg.go.dev/github.com/Icikowski/kubeprobes) +[![Codecov](https://img.shields.io/codecov/c/gh/Icikowski/kubeprobes?token=85PO16238X)](https://codecov.io/gh/Icikowski/kubeprobes) ![License](https://img.shields.io/github/license/Icikowski/kubeprobes) ## Installation