From 4a27f4199d5327528bae86263de250929c6d3125 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 29 Dec 2017 07:23:26 -0500 Subject: [PATCH] Try to avoid codecov spam. I am increasing the threshold even more for when codecov complains. Since the tool reports so many false negatives, we should probably change our philosophy on code coverage so that this tool only reports catastrophic commits (like .e.g. a commit that prevents running a whole test suite) and let our more specific tools continue to catch things like regressions of files from 100% coverage. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 209e7f3a5a..a1b0a63474 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,6 +5,6 @@ coverage: project: default: target: auto - threshold: 0.07 + threshold: 0.50 base: auto patch: off