From 8e56b23d007c30432ca9956aaee91a00cb8dd4c0 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Wed, 15 Feb 2023 00:56:10 +0530 Subject: [PATCH] docs: use Github actions official badge https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge Co-authored-by: Benjamin E. Coe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db8bbe6..44713958 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # c8 - native V8 code-coverage -![ci](https://img.shields.io/github/workflow/status/bcoe/c8/ci?label=ci&logo=github) +[![ci](https://github.com/bcoe/c8/actions/workflows/ci.yaml/badge.svg)](https://github.com/bcoe/c8/actions/workflows/ci.yaml) ![nycrc config on GitHub](https://img.shields.io/nycrc/bcoe/c8) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://www.conventionalcommits.org/)