From 9156d0fd8d3513dfcbde975daa6659a694045973 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 8 Aug 2017 17:28:11 -0700 Subject: [PATCH] Make codecov more lenient (#2592) --- .codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index db2472009c6..e28a818e8ae 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1 +1,9 @@ +# Allow coverage to decrease by 0.05%. +coverage: + status: + project: + default: + threshold: 0.05% + +# Don't post a comment on pull requests. comment: off