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 a8c3aa1 commit 90b6b81Copy full SHA for 90b6b81
1 file changed
.github/workflows/ci.yaml
@@ -440,7 +440,7 @@ jobs:
440
441
- name: Upload test results to Codecov.io
442
if: ${{ !cancelled() }}
443
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
444
with:
445
token: ${{ secrets.CODECOV_TOKEN }}
446
report_type: test_results
@@ -449,7 +449,7 @@ jobs:
449
450
- name: Upload code coverage data to Codecov.io
451
452
453
454
455
report_type: coverage
0 commit comments