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:
@ -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%"
|
||||||
|
Reference in New Issue
Block a user