InvenTree/codecov.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
504 B
YAML
Raw Normal View History

coverage:
status:
project:
default:
target: 82%
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: 50%
- name: pui
carryforward: true
statuses:
- type: project
target: 45%