We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8357da3 commit 46c2f5dCopy full SHA for 46c2f5d
.github/workflows/ci-pr-coverage.yaml
@@ -37,7 +37,7 @@ jobs:
37
override_commit: ${{ github.event.workflow_run.head_sha }}
38
override_pr: ${{steps.set-pr.outputs.result}}
39
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"
+ 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"
41
fail_ci_if_error: true
42
verbose: true
43
root_dir: ${{ github.workspace }}/repo_clone
0 commit comments