From 4b1d190215b2279cfca822a4403d14cfd92d202e Mon Sep 17 00:00:00 2001 From: Rose Yemelyanova Date: Mon, 21 Aug 2023 14:52:51 +0000 Subject: [PATCH] Reduce reasonable tolerance to .05% --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 9a442b1b8c..c58f6cf51f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,10 +5,10 @@ coverage: project: default: target: auto - threshold: 0.1% + threshold: 0.05% patch: default: target: auto - threshold: 0.1% + threshold: 0.05% github_checks: annotations: false