From db71a20ecca2968365d7e0c596f7e7aa7293851d Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Thu, 26 Oct 2023 09:30:36 +0200 Subject: [PATCH] feat: Add codecov configuration --- 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..ab540e5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: 80% # the required coverage value + threshold: 1% # the leniency in hitting the target \ No newline at end of file