We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ca7977 + 0d9c1e3 commit f2f9809Copy full SHA for f2f9809
1 file changed
.github/workflows/ci.yml
@@ -179,7 +179,7 @@ jobs:
179
npx istanbul-combine -d coverage/combined -r lcov -r json-summary coverage/*/coverage-final.json || true
180
181
- name: Upload coverage to Codecov
182
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
183
with:
184
token: ${{ secrets.CODECOV_TOKEN }}
185
files: ./coverage/combined/lcov.info
0 commit comments