mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix root path of coverage upload
The repo files were moved to a subfolder which confuses the coverage UI
This commit is contained in:
parent
b9a1a4a4b7
commit
f186dfbab0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue