From 9ab5c362013f4b77b05d936e89a23299a1efe4cb Mon Sep 17 00:00:00 2001 From: James Steven Jenkins Date: Sun, 30 Mar 2025 16:45:58 -0400 Subject: [PATCH] codecov.yml added --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..04c5585 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: + default: + target: auto + threshold: 1% + informational: true