From 27b0083777570d1fe4be28f6bbd5e6545d33c914 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Mon, 24 Aug 2026 19:26:13 -0300 Subject: [PATCH] try this yaml out --- .codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 33c74da..786be57 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,9 @@ coverage: - range: 30..100 + status: + patch: + default: + informational: true # Shows the patch metric but never turns red/fails the PR + ignore: - "examples/**" - "**/stringers.go"