From 81d248bbab185182c44df0f609c9101795693f87 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 8 Dec 2021 16:25:50 +0530 Subject: [PATCH] chore: raise threshold for patch coverage --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codecov.yml b/codecov.yml index a9f6df0296..ed8b36c45c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,6 +11,13 @@ coverage: threshold: 0.5% flags: - server + patch: + default: false + server: + target: auto + threshold: 85% + flags: + - server comment: layout: "diff, flags"