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