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 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