mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
* add codecov bundler analyzer * Add CI step for upload * control comment behaviour * fix yarn.lock merge
38 lines
663 B
YAML
38 lines
663 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 82%
|
|
patch: off
|
|
|
|
github_checks:
|
|
annotations: true
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
individual_flags:
|
|
- name: backend
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: 85%
|
|
- name: migrations
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: 40%
|
|
- name: pui
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: 45%
|
|
|
|
comment:
|
|
require_bundle_changes: True
|
|
bundle_change_threshold: "1Kb"
|
|
|
|
bundle_analysis:
|
|
warning_threshold: "5%"
|
|
status: "informational"
|