From b5dd15370ca2594f3b5d2602562d75d86c98da6a Mon Sep 17 00:00:00 2001 From: Michel von Czettritz und Neuhaus Date: Thu, 29 Aug 2024 08:44:12 +0200 Subject: [PATCH] update codecov to be less noisy --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index 81aca0c..905c964 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,7 +6,13 @@ coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage project: default: threshold: 10% # Avoid false negatives, while numbers are so low. + patch: + default: + threshold: 2% comment: # https://docs.codecov.com/docs/pull-request-comments # make the comments less noisy require_changes: true + +github_checks: + annotations: false #Make commit readable again.