From de37371160bf07dbc349739e8e3d6718e73bd92c Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Mon, 29 Aug 2022 14:39:47 +0530 Subject: [PATCH] #2883 Added codecov --- .codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 2ba17f40d..f693ccd6b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,11 +6,11 @@ coverage: status: project: default: - threshold: 1% + threshold: 0.1% patch: default: - target: 90% - threshold: 0% + target: 100% + threshold: 20% ignore: - "docs"