mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
24 lines
394 B
YAML
24 lines
394 B
YAML
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
target: 75%
|
||
|
|
||
|
github_checks:
|
||
|
annotations: true
|
||
|
|
||
|
flag_management:
|
||
|
default_rules:
|
||
|
carryforward: true
|
||
|
individual_flags:
|
||
|
- name: backend
|
||
|
carryforward: true
|
||
|
statuses:
|
||
|
- type: project
|
||
|
target: 75%
|
||
|
- name: pui
|
||
|
carryforward: true
|
||
|
statuses:
|
||
|
- type: project
|
||
|
target: 45%
|