From 89709e67646f1e733d119ef9606e60a4f5b2b9a3 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:53:31 -0800 Subject: [PATCH] docs(coverage): add status badge for codecov (#413) Signed-off-by: Ramkumar Chinchani --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 306cb849..100ce490 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-# stacker [![Build Status](https://github.com/project-stacker/stacker/workflows/ci/badge.svg?branch=main)](https://github.com/project-stacker/stacker/actions) [![CodeQL](https://github.com/project-stacker/stacker/workflows/CodeQL/badge.svg)](https://github.com/project-stacker/stacker/actions?query=workflow%3ACodeQL) [![Go Reference](https://pkg.go.dev/badge/stackerbuild.io/stacker.svg)](https://pkg.go.dev/stackerbuild.io/stacker) +# stacker [![Build Status](https://github.com/project-stacker/stacker/workflows/ci/badge.svg?branch=main)](https://github.com/project-stacker/stacker/actions) [![codecov.io](http://codecov.io/github/project-stacker/stacker/coverage.svg?branch=main)](http://codecov.io/github/project-stacker/stacker?branch=main) [![CodeQL](https://github.com/project-stacker/stacker/workflows/CodeQL/badge.svg)](https://github.com/project-stacker/stacker/actions?query=workflow%3ACodeQL) [![Go Reference](https://pkg.go.dev/badge/stackerbuild.io/stacker.svg)](https://pkg.go.dev/stackerbuild.io/stacker) Stacker is a tool for building OCI images natively via a declarative yaml format.