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 f186dfbab0

View file

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