We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcb8c2d + 8836eca commit eca59bdCopy full SHA for eca59bd
.github/workflows/codecov.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Run tests with coverage
20
run: npm run ava-cov
21
- name: Upload coverage to Codecov
22
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
23
with:
24
files: ./coverage/lcov.info
0 commit comments