From f899a8773107aa56406731aada96b5f2f92f7206 Mon Sep 17 00:00:00 2001 From: Michal Cieslar Date: Wed, 17 Jul 2024 18:37:45 +0200 Subject: [PATCH] fix: fix codecov config --- codecov.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/codecov.yml b/codecov.yml index d5672a838..f29373617 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,10 +1,22 @@ coverage: status: - patch: false - - range: 70..90 - round: down - precision: 2 + project: + default: + target: auto + threshold: 1% + patch: + default: + target: auto + threshold: 1% + changes: + default: + target: auto + threshold: 1% comment: - layout: diff, files + layout: "reach, diff, flags, files" + require_changes: true + behavior: default + show_coverage_change: yes + show_project_coverage: yes + show_diff_coverage: yes