From f89826815b87f364b834487c2b6f28af1959b6b0 Mon Sep 17 00:00:00 2001 From: Joel Davies Date: Fri, 18 Oct 2024 12:53:15 +0000 Subject: [PATCH] Remove unit tests from codecov and configure threshold #18 --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c3c4ae0 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + target: auto + threshold: 5 + patch: + default: + target: 75 +ignore: + - "test/"