From a0ddd3e76d25862f5c996fdef1046020acd41f39 Mon Sep 17 00:00:00 2001 From: Onyx-Nostalgia Date: Tue, 5 Aug 2025 10:16:52 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20ci(codecov):=20enable=20info?= =?UTF-8?q?rmational=20coverage=20status=20and=20refine=20comment=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index 20a8e8a1..d6471e3b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,13 +14,13 @@ 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" + layout: "diff, flags, files" behavior: default require_changes: false # if true: only post the comment if coverage changes require_base: false # [true :: must have a base report to post] From e0f1c1e188ba137845ccad51e93b5ff161cf22f4 Mon Sep 17 00:00:00 2001 From: Onyx-Nostalgia Date: Tue, 5 Aug 2025 10:39:15 +0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=20ci(codecov):=20disable=20inf?= =?UTF-8?q?ormational=20status=20for=20coverage=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - comment out informational flag for default and patch coverage checks --- codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index d6471e3b..aee301e0 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"