We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fd936 commit 836ef66Copy full SHA for 836ef66
.github/workflows/test.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Coverage
24
run: npm run coverage
25
- name: Codecov
26
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
27
with:
28
file: coverage/lcov.info
0 commit comments