mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adapt paths for unit test coverage jobs
This commit is contained in:
parent
baccc83f00
commit
f5c44e8ca3
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -344,7 +344,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
report_name: Coverage Frontend
|
report_name: Coverage Frontend
|
||||||
type: lcov
|
type: lcov
|
||||||
result_path: ./coverage/lcov.info
|
result_path: ./frontend/coverage/lcov.info
|
||||||
min_coverage: 95
|
min_coverage: 95
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
@ -373,7 +373,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
report_name: Coverage Admin Interface
|
report_name: Coverage Admin Interface
|
||||||
type: lcov
|
type: lcov
|
||||||
result_path: ./coverage/lcov.info
|
result_path: ./admin/coverage/lcov.info
|
||||||
min_coverage: 96
|
min_coverage: 96
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user