We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0884a4 + 007b911 commit bc2ed94Copy full SHA for bc2ed94
.github/workflows/generate_and_upload_coverage_data.yml
@@ -64,7 +64,7 @@ jobs:
64
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
65
66
- name: Upload coverage report to Codecov
67
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
fail_ci_if_error: true
@@ -73,7 +73,7 @@ jobs:
73
if: >-
74
github.event_name == 'pull_request' &&
75
github.event.pull_request.head.repo.full_name != github.repository
76
77
78
79
0 commit comments