correct coverage path

This commit is contained in:
Ulf Gebhardt 2021-11-04 01:30:39 +01:00
parent d700c30dd1
commit 2b99e16681
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -393,7 +393,7 @@ jobs:
with:
report_name: Coverage Backend
type: lcov
result_path: ./coverage/lcov.info
result_path: ./backend/coverage/lcov.info
min_coverage: 45
token: ${{ github.token }}