From b984dc3c9c166710db4476784627d78f886f4bab Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:38:50 +0200 Subject: [PATCH] DX: decrease minimal test coverage --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index bad6e15b..6875c21e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,7 +10,7 @@ coverage: project: default: # basic - target: 90% # can't go below this percentage + target: 85% # can't go below this percentage threshold: 3% # allow drops by this percentage base: auto # advanced