From d49f0fef44ab55350ec166b735325ee42b198e9d Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Mon, 11 May 2020 23:02:46 +0200 Subject: [PATCH] codecov: add 5% threshold We're only using code coverage as additional information. Put in a 5% threshold so that small fixes that decrease coverage slightly don't block pull requests. --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 58decda6a..401467f29 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,7 @@ coverage: + project: + default: + treshold: 5% status: patch: no codecov: