InvenTree/codecov.yml
Matthias Mair cc045bcc70
Add codecov (#6967)
* 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
2024-04-08 07:33:26 +10:00

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%