From a43d43a25fe536fb9d9ddc78f0b7785f6a6ea4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Sun, 28 Apr 2024 22:52:57 +0200 Subject: [PATCH] added codecov and ci badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1016130..e2ade78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Deno Standard Library Extended [![JSR @stdext](https://jsr.io/badges/@stdext)](https://jsr.io/@stdext) +[![codecov](https://codecov.io/gh/halvardssm/deno_stdext/graph/badge.svg?token=T1JEMGF8VW)](https://codecov.io/gh/halvardssm/deno_stdext) +[![ci](https://github.com/halvardssm/deno_stdext/actions/workflows/ci.yml/badge.svg)](https://github.com/halvardssm/deno_stdext/actions/workflows/ci.yml) An extension of the [Deno Standard Library](https://github.com/denoland/deno_std).