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.
1 parent 532d55d commit b9261b6Copy full SHA for b9261b6
1 file changed
.github/workflows/verifications.yml
@@ -79,14 +79,14 @@ jobs:
79
run: pnpm run test:ci
80
81
- name: Upload tests coverage report
82
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
83
if: ${{ !cancelled() && github.event.action != 'closed' }}
84
with:
85
use_oidc: true
86
report_type: 'coverage'
87
88
- name: Upload tests result report
89
90
91
92
0 commit comments