From a15cc0ce0f33a6d161a9d405e89aa2bd969ed198 Mon Sep 17 00:00:00 2001 From: Rose Yemelyanova Date: Mon, 21 Aug 2023 12:03:32 +0000 Subject: [PATCH] Add .1% threshold for codecov CI --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 88622ecc5..9a442b1b8 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,8 +5,10 @@ coverage: project: default: target: auto + threshold: 0.1% patch: default: target: auto + threshold: 0.1% github_checks: annotations: false