From 3d97241d64da58dac130cc78dcd5adabf18f563c Mon Sep 17 00:00:00 2001 From: Giannis Gkiortzis Date: Thu, 30 Oct 2025 16:26:57 +0100 Subject: [PATCH] fix: add default to patch coverage --- .codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 922073764..0acb2e27f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -12,6 +12,7 @@ coverage: # Do not fail the commit status if the coverage was reduced up to this value threshold: 0.5% patch: - informational: true + default: + informational: true ignore: - "log_fallback.go"