We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72595ae commit 87372d0Copy full SHA for 87372d0
.github/workflows/ci.yml
@@ -174,7 +174,7 @@ jobs:
174
- name: 📫 Publish Codecov Coverage
175
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
176
continue-on-error: true
177
- uses: codecov/codecov-action@v5.1.1
+ uses: codecov/codecov-action@v5.1.2
178
with:
179
name: 'actions'
180
token: '${{ secrets.CODECOV_TOKEN }}'
0 commit comments