From 3a0627944a3bc77987f2860d7434fba20280ffa3 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 9 Sep 2023 11:49:59 +0200 Subject: [PATCH] codecov: update config --- codecov.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index cd96b59..0499bef 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,12 @@ comment: false -github_checks: 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