From 9d42eceb9940f807dbfb5e5a12facb39089b8b08 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 27 May 2020 13:46:27 +0200 Subject: [PATCH] Reduce codecov threshold to 30% We are currently hitting ~31.8% of test coverage, keeping the threshold to 35% will mark all the commits as failing. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 63a6c197ded..097993e979e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,7 +7,7 @@ coverage: status: project: default: - target: 35% + target: 30% threshold: null patch: off changes: off