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 b60cd99 commit d302049Copy full SHA for d302049
1 file changed
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Coverage
24
run: npm run coverage
25
- name: Codecov
26
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
27
with:
28
- file: coverage/lcov.info
+ files: coverage/lcov.info
29
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments