From 50861daf02db01391a3fc0d2eb68560b7f9e7dca Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 17 May 2024 19:38:01 +0200 Subject: [PATCH] Chore: Add relaxed codecov configuration --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..59ae75c --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +# https://docs.codecov.io/docs/common-recipe-list +# https://docs.codecov.io/docs/commit-status#patch-status + +coverage: + status: + + project: + default: + target: 90% + + patch: + default: + informational: true