From 6b9c42b826e3e4d5fe283b24ab539655e511f2e7 Mon Sep 17 00:00:00 2001 From: Victor Irzak Date: Sun, 17 Dec 2023 20:52:38 -0500 Subject: [PATCH] Allow 85% code coverage --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6cc4dbc --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + threshold: 10% + patch: + default: + threshold: 10%