2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

temp: lower targets (#9849)

* temp: lower targets

* add patch targets to incentivise mid-term reaching of goals

* display components in messages
This commit is contained in:
Matthias Mair
2025-06-24 22:54:54 +02:00
committed by GitHub
parent 8e8b61033c
commit 03bb1eb709

View File

@ -61,17 +61,20 @@ component_management:
- src/backend/InvenTree/common/** - src/backend/InvenTree/common/**
statuses: statuses:
- type: project - type: project
target: 95% target: 92% # 95%
patch: 95%
- component_id: web - component_id: web
name: Frontend name: Frontend
paths: paths:
- src/frontend/** - src/frontend/**
statuses: statuses:
- type: project - type: project
target: 65% target: 65% # 90%
patch: 80%
comment: comment:
require_bundle_changes: True require_bundle_changes: True
bundle_change_threshold: "1Kb" bundle_change_threshold: "1Kb"
layout: "header, diff, flags, components"
bundle_analysis: bundle_analysis:
warning_threshold: "5%" warning_threshold: "5%"