Fix root path of coverage upload

The repo files were moved to a subfolder which confuses the coverage UI
This commit is contained in:
Alexander Grund 2022-02-07 18:48:15 +01:00
parent b9a1a4a4b7
commit a4d72a5bf4
No known key found for this signature in database
GPG key ID: AA48A0760367A42B

View file

@ -146,6 +146,7 @@ jobs:
with:
path-to-lcov: ${{env.PROJECT_DIR}}/coverage.info
github-token: ${{secrets.GITHUB_TOKEN}}
base-path: ${{env.PROJECT_DIR}}
- name: Build required boost libs
working-directory: boost-root