Skip to content

Commit

Permalink
Full paths for files being uploaded (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 2, 2024
1 parent 8357da3 commit 46c2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
override_commit: ${{ github.event.workflow_run.head_sha }}
override_pr: ${{steps.set-pr.outputs.result}}
token: ${{ secrets.CODECOV_TOKEN }}
files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml"
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"
fail_ci_if_error: true
verbose: true
root_dir: ${{ github.workspace }}/repo_clone

0 comments on commit 46c2f5d

Please sign in to comment.