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%"