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 67acf83 commit ae65f66Copy full SHA for ae65f66
1 file changed
.github/workflows/ci.yaml
@@ -437,7 +437,7 @@ jobs:
437
438
- name: Upload test results to Codecov.io
439
if: ${{ !cancelled() }}
440
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
441
with:
442
token: ${{ secrets.CODECOV_TOKEN }}
443
report_type: test_results
@@ -446,7 +446,7 @@ jobs:
446
447
- name: Upload code coverage data to Codecov.io
448
449
450
451
452
report_type: coverage
0 commit comments