From 9beb81d1f4898f39d0a187340ee801c9e9405454 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Fri, 10 Feb 2017 10:56:10 -0500 Subject: [PATCH 1/2] add a coverage drop threshold to limit codecov failure spam --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 98fb05f4c..7167553f5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,7 +10,7 @@ coverage: project: default: target: auto - threshold: null + threshold: .01 branches: null patch: From 70b202d0191ebdf82dee22d13cb0c8fe3a3bd9d8 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Fri, 10 Feb 2017 10:58:56 -0500 Subject: [PATCH 2/2] making codcov.yml a hidden file --- codecov.yml => .codecov.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename codecov.yml => .codecov.yml (100%) diff --git a/codecov.yml b/.codecov.yml similarity index 100% rename from codecov.yml rename to .codecov.yml