From 0d2b39edbf701ae108975050a3e49a25a8196f60 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:24:48 +0100 Subject: [PATCH] update codecov config --- codecov.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0499bef..8816f26 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,11 +2,8 @@ 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 + patch: false + project: false github_checks: annotations: false