From e01e47783a58521735483de2cf43583791152bd0 Mon Sep 17 00:00:00 2001 From: Ilia Kosenkov Date: Thu, 14 Nov 2024 21:16:02 +0200 Subject: [PATCH] Simplify --- codecov.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3b396f25..260850ef 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,12 +1,14 @@ comment: layout: "header, reach, files" + require_changes: true + behavior: "new" # Only post on new commits coverage: status: project: default: - target: 75% - threshold: 1% + target: 70% + threshold: 5% patch: default: - target: 75% - threshold: 1% + target: 70% + threshold: 5%