From b70fc7f9d36f5af3e42f096700acb5319c18cb67 Mon Sep 17 00:00:00 2001 From: Todd Short Date: Tue, 20 May 2025 17:04:29 -0400 Subject: [PATCH] Ease CI requirements for codecov patch Update codecov patch threshold We often see +/- very small changes to the patch threashold which end up reporting as a failure. Set the threshold to 1% so these -0.05% changes don't impact us as much. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 4027f28d7..32bd93c6a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,6 +10,10 @@ coverage: default: target: auto threshold: 2% + patch: + default: + target: auto + threshold: 1% paths: - "api/" - "cmd/"