From 67dd0805ab053b9ab0ea446135b475617680ba48 Mon Sep 17 00:00:00 2001 From: stu Date: Tue, 27 Sep 2016 17:30:35 -0400 Subject: [PATCH] adjust codecov threshold --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 79f2d221b324..107f6c7aa925 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,8 @@ comment: off coverage: status: + patch: false project: default: - target: auto + target: 85% + threshold: 10%