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