From 6dd829fdb4ddd1241f493643344ec7c9e0cbec2b Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Thu, 15 Aug 2019 10:40:05 -0700 Subject: [PATCH] [fenix] No issue: Add threshold to codecov (https://github.com/mozilla-mobile/fenix/pull/4751) --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 733485b27..13fc812b7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,3 +6,7 @@ coverage: precision: 2 round: down range: 60..80 + status: + project: + default: + threshold: 0.5 # allow coverage to fall by 0.5% without failing