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