From b779e739f3388dd887811bcd0472242b47355c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Tue, 20 May 2025 12:34:00 +0200 Subject: [PATCH] ci: Enforce coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oliver könig --- codecov.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 331ff78f..105159a1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,20 @@ comment: false coverage: status: - patch: false - project: false + patch: + default: + target: 80% + threshold: 0% + base: auto + if_ci_failed: error + project: + default: + target: 80% + threshold: 0% + base: auto + if_ci_failed: success + only_pulls: false + branches: + - main fixes: - "/opt/NeMo-Run/::"