From 0a9b7564f228a46e03f7db1916689a6c9180a9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blar?= Date: Wed, 17 Jul 2024 17:45:13 +0100 Subject: [PATCH] fix: fix codecov config (#821) --- 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