adapt paths for unit test coverage jobs

This commit is contained in:
mahula 2023-02-16 16:59:03 +01:00
parent baccc83f00
commit f5c44e8ca3

View File

@ -344,7 +344,7 @@ jobs:
with:
report_name: Coverage Frontend
type: lcov
result_path: ./coverage/lcov.info
result_path: ./frontend/coverage/lcov.info
min_coverage: 95
token: ${{ github.token }}
@ -373,7 +373,7 @@ jobs:
with:
report_name: Coverage Admin Interface
type: lcov
result_path: ./coverage/lcov.info
result_path: ./admin/coverage/lcov.info
min_coverage: 96
token: ${{ github.token }}