fix result path for admin unit test coverage ingo

This commit is contained in:
mahula 2023-02-16 20:57:15 +01:00 committed by GitHub
parent 55afd72b09
commit a5fde7361c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 97
token: ${{ github.token }}