From ee1e8f9c2a4f499923cd622124dfc74e58801bab Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Mon, 3 Feb 2025 09:45:08 +0100 Subject: [PATCH] ci: lower codecov severity to informational Instead of failing the CI pipeline when code coverage slightly decreases, this change sets the codecov severity to informational. This allows the reviewer to assess the coverage changes and make the decision on whether to accept the changes, rather than automatically failing the build. This provides more flexibility and context for the coverage changes. Signed-off-by: Michael Adler --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index a7534493..2315e129 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,6 +17,9 @@ ignore: coverage: status: + project: + default: + informational: true patch: default: target: auto