From c69cda38fc781fda6cf162f5a98d10ded226e049 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Wed, 30 Jul 2025 07:58:55 +0200 Subject: [PATCH] Try to strengthen the codecov settings --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 9f0e9ba67..5f0d268b2 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -10,7 +10,9 @@ coverage: status: project: default: + target: auto threshold: 1% patch: default: + target: 95% threshold: 5%