From 7c33df5d544919b40f7e190eb1a4ed53e97e1fd8 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 14 Dec 2021 19:32:31 +0530 Subject: [PATCH] chore: bump coverage requirements --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/codecov.yml b/codecov.yml index 67bd4454ef..1fa602ab30 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,6 +8,16 @@ coverage: target: auto threshold: 0.5% + patch: + default: + target: 85% + threshold: 0% + base: auto + branches: + - develop + if_ci_failed: ignore + only_pulls: true + comment: layout: "diff, files" require_changes: true