mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Fix test coverage (#6945)
* append more apps * set source * use labels to force full CI suit * always check for label * use newer syntax * remove unneeded carryforward flag * improve action names * remove unused upload steps * enable discovery of locate test * remove wrong module * delete all ( :-) )lines for upload * remove init for now * add carryfoward back in again * disable flaky test * always run finsh step * deactivate machine test for now * specify refs explicitly * add docker exception * remove paralell * Update qc_checks.yaml * Update qc_checks.yaml * fix coverage tool path * use move, not copy * ignore tmp * only run after at least 1 succeeds * add TODO * remove coverage subdir run * also force migrations * add coverage to migrations * fix conditional for migration force check * always upload coverage * fix tests * wait for migrations * re-add function arg? * adjust coverage targets * add no-cov for fixes of flaky tests * add migration checks to codecov
This commit is contained in:
@ -2,7 +2,7 @@ coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: 75%
|
||||
target: 82%
|
||||
|
||||
github_checks:
|
||||
annotations: true
|
||||
@ -15,7 +15,12 @@ flag_management:
|
||||
carryforward: true
|
||||
statuses:
|
||||
- type: project
|
||||
target: 75%
|
||||
target: 85%
|
||||
- name: migrations
|
||||
carryforward: true
|
||||
statuses:
|
||||
- type: project
|
||||
target: 50%
|
||||
- name: pui
|
||||
carryforward: true
|
||||
statuses:
|
||||
|
Reference in New Issue
Block a user