From f96f7580ca146bb0d9fe1d9072c090ff877b7794 Mon Sep 17 00:00:00 2001 From: Wyatt Hoodes Date: Fri, 19 Jul 2019 12:43:37 -1000 Subject: [PATCH] codecov: Change threshold to use percentage syntax. We update the syntax to avoid ambiguity, also commenting on why the threshold is set as it is. --- .codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index a1b0a63474..65ab8e9054 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,6 +5,8 @@ coverage: project: default: target: auto - threshold: 0.50 + # Codecov has the tendency to report a lot of false negatives, + # so we basically suppress comments completely. + threshold: 50% base: auto patch: off