From b009657a39f8c3fdab82be2b5afb8d7f323b05fb Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Wed, 9 Aug 2023 15:02:51 -0400 Subject: [PATCH 1/2] adds codecov badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afe3cfb4..0ad24112 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Project Name: signify-ts [![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.png?v=101)](https://github.com/ellerbrock/typescript-badges/) [![Tests](https://github.com/WebOfTrust/signify-ts/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/WebOfTrust/signify-ts/actions/workflows/main.yml) +[![codecov](https://codecov.io/gh/WebOfTrust/signify-ts/branch/main/graph/badge.svg?token=K3GK7MCYVW)](https://codecov.io/gh/WebOfTrust/signify-ts) ## Signify - KERI Signing at the Edge From ea841f14b63c490052f88e7c56c7616495c29543 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Wed, 9 Aug 2023 15:04:50 -0400 Subject: [PATCH 2/2] adds codecov config --- codecov.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 00000000..7c2af1c8 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 55 + paths: ["src"] + patch: + default: + target: 75 + paths: ["src"] \ No newline at end of file