From c7777a0bf2b9398b6fd294cbccaa4be381c5f3ab Mon Sep 17 00:00:00 2001 From: simone ragonesi <102741679+R3DRUN3@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:07:35 +0100 Subject: [PATCH] docs(readme): replace e2e action badge with go report badge (#503) Signed-off-by: r3drun3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c446ab5..7e1cb62b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![lint](https://github.com/kudobuilder/kuttl/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) [![unit test](https://github.com/kudobuilder/kuttl/actions/workflows/unittest.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) [![integration-test](https://github.com/kudobuilder/kuttl/actions/workflows/integration-test.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) -[![e2e](https://github.com/kudobuilder/kuttl/actions/workflows/e2e.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) +[![Go Report Card](https://goreportcard.com/badge/github.com/kudobuilder/kuttl)](https://goreportcard.com/report/github.com/kudobuilder/kuttl) KUbernetes Test TooL (KUTTL) provides a declarative approach to test Kubernetes Operators.