From 8c3f8dba012bf6597c4c00a59bfacb52c0acd589 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Tue, 24 Oct 2023 09:24:43 +0200 Subject: [PATCH] Add small threshold to codecov --- codecov.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index ade8d082c..66a0c8cb2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,17 @@ coverage: range: "50...100" status: - project: true - patch: true + project: + default: + target: auto + threshold: 5% + paths: + - "Code" + patch: + default: + target: auto + threshold: 5% + paths: + - "Code" + changes: true