From e6a5be362838fe355d3fcc856d6aa867b9b90c42 Mon Sep 17 00:00:00 2001 From: Pat Whittingslow Date: Tue, 25 Aug 2026 13:36:33 -0300 Subject: [PATCH] ci: laxify codecoverage (#191) * ci: laxify codecoverage * reread coverage docs * try this yaml out * add project level codecov informational * add a project wide coverage * test project wide coverage status fail * remove test code --- .codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index bcca7ea..b5f53b9 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,12 @@ +coverage: + status: + project: + default: + target: 62% # Ensure we don't accumulate too much debt. + patch: + default: + informational: true # Shows the patch metric but never turns red/fails the PR + ignore: - "examples/**" - "**/stringers.go"