2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

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
This commit is contained in:
Matthias Mair
2024-04-07 22:33:26 +01:00
committed by GitHub
parent 3b87c84ae7
commit cc045bcc70
5 changed files with 38 additions and 0 deletions

23
codecov.yml Normal file
View File

@ -0,0 +1,23 @@
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%