From 2b893ea6aa40102d5593eca3de31663b383b8315 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 27 Apr 2022 18:19:48 -0400 Subject: [PATCH] ci: increase codecov threshold to 5% (#712) Increases codecov threshold to 5% for less annoying failures. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index fa348a8f..c44beb6c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,7 @@ coverage: status: + project: + default: + target: auto + threshold: 5% patch: off