From b5d4c7ff542d2eda635f9230e96f64373ecd5418 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 7 Sep 2025 11:01:03 -0400 Subject: [PATCH] allow 1% deviation for codecov (#3138) [skip ci] --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 28921f9be..fa3ad3073 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,7 +12,7 @@ coverage: default: # basic target: auto - threshold: 0% + threshold: 1% base: auto # advanced branches: null @@ -27,7 +27,7 @@ coverage: default: # basic target: auto - threshold: 0% + threshold: 1% base: auto # advanced branches: null