From c1244bbb2e6f413038ac14bdece0542bd4a8bb16 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 31 Oct 2023 17:11:06 -0600 Subject: [PATCH] add coverage badge to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a87130..02015b6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg) [![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml) [![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml) +[![coverage](./badges/coverage.svg)](./badges/coverage.svg) + Use this template to bootstrap the creation of a TypeScript action. :rocket: