From 0fbe55336ee7ae95df71d5bfb89f347f00f0fde9 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 5 Jan 2022 15:52:00 +0000 Subject: [PATCH] Do not fail the build on minute coverage changes --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index b381bc556..eb2a03b38 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,9 @@ coverage: status: project: yes + default: + target: 0% + threshold: 2% patch: off comment: layout: "diff" -- GitLab