From 85d760a2a686bf9144cddbab03a70c933cb1edcd Mon Sep 17 00:00:00 2001 From: Laurent Querel Date: Thu, 4 Apr 2024 14:42:50 -0700 Subject: [PATCH 1/2] docs(badge): add badges for codecov and build --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a06ce393..169e3ccd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # OpenTelemetry Weaver (status: Prototype) +![build](https://github.com/github/docs/actions/workflows/ci.yml/badge.svg) +[![codecov](https://codecov.io/gh/open-telemetry/weaver/graph/badge.svg?token=tmWKFoMT2G)](https://codecov.io/gh/open-telemetry/weaver) + ## Overview > At this stage, the project is being used as a **Proof of Concept** to explore and From bad7fbc3c81d62ee46bd4aef1b001a23c9e6c27c Mon Sep 17 00:00:00 2001 From: Laurent Querel Date: Thu, 4 Apr 2024 14:46:30 -0700 Subject: [PATCH 2/2] docs(badge): fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 169e3ccd..d230b820 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenTelemetry Weaver (status: Prototype) -![build](https://github.com/github/docs/actions/workflows/ci.yml/badge.svg) +[![build](https://github.com/open-telemetry/weaver/actions/workflows/ci.yml/badge.svg)](https://github.com/open-telemetry/weaver/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/open-telemetry/weaver/graph/badge.svg?token=tmWKFoMT2G)](https://codecov.io/gh/open-telemetry/weaver) ## Overview