mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
* add codecov upload * add to readme * add flags * dummy change * dummy change * switch to inventree org * add codecov yaml * lower threshold (for now) see https://github.com/inventree/InvenTree/pull/6945 for a possibility to get it up again
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%
|