From bba98f9cf3b0b4a012d96ce65247e5185b8c9c03 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 9 Sep 2023 11:50:13 +0200 Subject: [PATCH] codecov: update config --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codecov.yml b/codecov.yml index dc46984..0499bef 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,12 @@ comment: false + +coverage: + status: + project: # settings affecting project coverage + default: + target: auto # auto % coverage target + threshold: 5% # allow for 5% reduction of coverage without failing + patch: off + github_checks: annotations: false