Skip to content

Commit 105f3ad

Browse files
authored
move back to 3 (#3197)
1 parent 970357b commit 105f3ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ jobs:
3030
result-encoding: string
3131
- name: Upload coverage report
3232
if: '!cancelled()'
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v3
3434
with:
3535
override_commit: ${{ github.event.workflow_run.head_sha }}
3636
override_pr: ${{steps.set-pr.outputs.result}}
3737
token: ${{ secrets.CODECOV_TOKEN }}
38-
exclude: ".github"
3938
files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml"
4039
fail_ci_if_error: true
4140
verbose: true

0 commit comments

Comments
 (0)