From 26af1ef78ab3074933a035320ef164b48f96ddc8 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sun, 19 May 2024 06:12:11 -0700 Subject: [PATCH] Updating Code Coverage config --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..e748a6a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: 75% + threshold: 10%