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.
2 parents 6c99a17 + c108257 commit f3cd0bdCopy full SHA for f3cd0bd
1 file changed
.github/workflows/ci.yaml
@@ -163,7 +163,7 @@ jobs:
163
164
- name: Upload test results to Codecov.io
165
if: ${{ !cancelled() }}
166
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
167
with:
168
token: ${{ secrets.CODECOV_TOKEN }}
169
report_type: test_results
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Upload code coverage data to Codecov.io
174
175
176
177
178
report_type: coverage
0 commit comments