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 0bc3336 commit 276a4ccCopy full SHA for 276a4cc
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@v3
+ uses: codecov/codecov-action@v5
27
with:
28
- file: coverage/lcov.info
+ files: coverage/lcov.info
29
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments