Skip to content

Commit 7fae7f1

Browse files
committed
build: set workspace dir for codecov
codecov can't find the sources anymore. Set where to find the workspace dir explicitly. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 6a32a8f commit 7fae7f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
run: |
2929
scripts/build.sh coverage
3030
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
31+
env:
32+
CODECOV_WORKING_DIR: ${{ github.workspace }}
3133
with:
34+
root_dir: ${{ github.workspace }}
3235
token: ${{ secrets.CODECOV_TOKEN }}
3336
fail_ci_if_error: false

0 commit comments

Comments
 (0)