From c13898e199a4711a465314fc0e9c3e09e063b386 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Fri, 11 Nov 2022 07:45:43 +0100 Subject: [PATCH] ci: make codecov less noisy (#193) --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codecov.yml b/codecov.yml index d08101fc8..e37f38c89 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,4 +2,9 @@ coverage: status: project: default: + threshold: null informational: true +github_checks: + annotations: false +comment: + require_changes: true \ No newline at end of file