We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ff0ad commit fe9325aCopy full SHA for fe9325a
.github/workflows/UploadCoverageReport.yml
@@ -30,14 +30,14 @@ jobs:
30
31
- name: Upload coverage to codecov (tokenless)
32
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
with:
35
files: "${{ env.REPORT_PATH }}"
36
fail_ci_if_error: true
37
38
- name: Upload coverage to codecov (with token)
39
if: "! github.event.pull_request.head.repo.fork "
40
41
42
token: ${{ secrets.CODECOV_TOKEN }}
43
0 commit comments