From 6c1163b936ad117d253a362f9add002da6089a3d Mon Sep 17 00:00:00 2001 From: "Nino-Ruiz, Marcos" Date: Thu, 17 Jun 2021 20:46:32 +1000 Subject: [PATCH] fix: [DEVOPS-943] codecov stingy --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 8291d95..2f11d9a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,6 +2,6 @@ coverage: status: project: default: - target: "95%" + target: "94%" patch: enabled: false