From 3f5599c4a46d8ba9767839b52c4964adc283261b Mon Sep 17 00:00:00 2001 From: Junior Carrillo Date: Fri, 20 Sep 2024 14:25:11 -0500 Subject: [PATCH] feat(README): Add Jest Coverage Report --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ac9bbd1..04740be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # NodeTS +![Coverage](https://img.shields.io/badge/Coverage-0%25-brightgreen) +![Master](https://github.com/JuniorCarrillo/nodets/actions/workflows/test.yml/badge.svg?branch=master) +![Develop](https://github.com/JuniorCarrillo/nodets/actions/workflows/test.yml/badge.svg?branch=develop) + + ## Description This is a skeleton project intended for projects requiring the use of Node with TypeScript. The solution is initially designed for general use but provides capabilities for unit testing, HTTP, and environment variable management.