From cabe78f67663fce537241f3c3a337bc9459a681e Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Tue, 21 Feb 2017 14:54:40 -0500 Subject: [PATCH] add a coverage drop threshold to limit codecov failure spam (#803) * add a coverage drop threshold to limit codecov failure spam * making codcov.yml a hidden file --- codecov.yml => .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename codecov.yml => .codecov.yml (94%) diff --git a/codecov.yml b/.codecov.yml similarity index 94% rename from codecov.yml rename to .codecov.yml index 98fb05f4ce..7167553f55 100644 --- a/codecov.yml +++ b/.codecov.yml @@ -10,7 +10,7 @@ coverage: project: default: target: auto - threshold: null + threshold: .01 branches: null patch: