From ea841f14b63c490052f88e7c56c7616495c29543 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Wed, 9 Aug 2023 15:04:50 -0400 Subject: [PATCH] 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