From d5e420d622072f3ef753aaf13aa6ffd7db4255e8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 7 Nov 2023 13:32:22 +0100 Subject: [PATCH] CI: Relax Codecov coverage notification alert settings --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6c10e33 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +# https://docs.codecov.io/docs/common-recipe-list +# https://docs.codecov.io/docs/commit-status#patch-status + +coverage: + status: + + project: + default: + target: auto # the required coverage value + threshold: 3% # the leniency in hitting the target + + patch: + default: + informational: true