From 1ef9b7982ee27838139e18fdd50819281e02544b Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 5 Jul 2017 13:48:36 -0400 Subject: [PATCH] Set threshold to 0.03% for code coverage. We want a little bit of wiggle room for code coverage. Some legitimate commits that remove code from the system appear to reduce overall code coverage. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 7060ea96b6..370aca7b5f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,5 +5,5 @@ coverage: project: default: target: auto - threshold: null + threshold: 0.03 base: auto