From 0e5bf417904b4372aa4d2f334d44a2cc799e852d Mon Sep 17 00:00:00 2001 From: Giovanni Pizzi Date: Fri, 5 Oct 2018 17:59:11 +0200 Subject: [PATCH] Setting the codecov thresholds for the current code coverage, to avoid unuseful "failed" tests in the codecov reports. --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index c0040a1a3..8577c80d4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,4 +2,10 @@ coverage: precision: 2 round: down range: "30...100" + status: + project: + default: + target: 60% + threshold: 0.5% +