Skip to content

Commit 46c2f5d

Browse files
authored
Full paths for files being uploaded (#3201)
1 parent 8357da3 commit 46c2f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
override_commit: ${{ github.event.workflow_run.head_sha }}
3838
override_pr: ${{steps.set-pr.outputs.result}}
3939
token: ${{ secrets.CODECOV_TOKEN }}
40-
files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml"
40+
files: "${{ github.workspace}}/.coverage.3.8.xml,${{ github.workspace}}/.coverage.3.9.xml,${{ github.workspace}}/.coverage.3.10.xml,${{ github.workspace}}/.coverage.3.11.xml,${{ github.workspace}}/.coverage.3.12.xml"
4141
fail_ci_if_error: true
4242
verbose: true
4343
root_dir: ${{ github.workspace }}/repo_clone

0 commit comments

Comments
 (0)