From 7aae8c3f3f216cf76f5078bd64df1207a1570020 Mon Sep 17 00:00:00 2001 From: Oleg Ovcharuk Date: Tue, 7 Jul 2026 11:37:35 +0300 Subject: [PATCH] Enable blocking Codecov coverage status --- codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0c6c561e..fe86e24e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,10 +2,11 @@ coverage: status: project: default: - informational: true + target: auto # do not drop below the current level... + threshold: 1% # ...by more than 1% patch: default: - informational: true + target: 80% # new/changed code in the PR diff must be >= 80% covered comment: layout: "reach, diff, flags, components, files"