From f2089ddfb5c94307e7fa8e0b608807b5b73d23a5 Mon Sep 17 00:00:00 2001 From: Onyx-Nostalgia Date: Tue, 5 Aug 2025 11:01:39 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20ci(codecov):=20make=20status?= =?UTF-8?q?=20checks=20informational?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - enable informational status checks for default project coverage - enable informational status checks for patch coverage - allow CI builds to pass even if coverage thresholds are not met --- codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index aee301e0..d6471e3b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,10 +14,10 @@ coverage: threshold: 0% base: auto # Not ready to start using blocking status checks? Set them as informational! - # informational: true - # patch: - # default: - # informational: true + informational: true + patch: + default: + informational: true comment: layout: "diff, flags, files" From b78c1104cf12bc4d710f9bf4bb34e42c9a888501 Mon Sep 17 00:00:00 2001 From: Onyx-Nostalgia Date: Tue, 5 Aug 2025 11:06:23 +0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=20ci(codecov):=20enable=20bloc?= =?UTF-8?q?king=20status=20checks=20for=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - previously, coverage status checks were informational - now, they will be blocking, causing builds to fail if thresholds are not met --- codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index d6471e3b..2adbc3d5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,10 +14,10 @@ coverage: threshold: 0% base: auto # Not ready to start using blocking status checks? Set them as informational! - informational: true - patch: - default: - informational: true + # informational: true + # patch: + # default: + # informational: true comment: layout: "diff, flags, files"