From 03bb1eb709f6114e5b23542e36065e1d88140651 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 24 Jun 2025 22:54:54 +0200 Subject: [PATCH] temp: lower targets (#9849) * temp: lower targets * add patch targets to incentivise mid-term reaching of goals * display components in messages --- codecov.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index a1758a3ca1..cb77eae67a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -61,17 +61,20 @@ component_management: - src/backend/InvenTree/common/** statuses: - type: project - target: 95% + target: 92% # 95% + patch: 95% - component_id: web name: Frontend paths: - src/frontend/** statuses: - type: project - target: 65% + target: 65% # 90% + patch: 80% comment: require_bundle_changes: True bundle_change_threshold: "1Kb" + layout: "header, diff, flags, components" bundle_analysis: warning_threshold: "5%"