mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +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/** | ||||
|       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%" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user