From 695dc963405be179c40f6447707f391157e1a1c0 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Thu, 11 Jun 2020 22:54:46 -0400 Subject: [PATCH] Update codecov.yml --- codecov.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 26e78d1..42f2739 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,8 +4,12 @@ coverage: status: project: default: - target: 80 - threshold: 0.02 + target: 80% + threshold: 2% + patch: + default: + target: 60% + threshold: 5% comment: true require_ci_to_pass: yes