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 7ae3bae commit 92e069fCopy full SHA for 92e069f
1 file changed
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Coverage
28
run: npm run coverage
29
- name: Codecov
30
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
31
with:
32
- file: coverage/lcov.info
+ files: coverage/lcov.info
33
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments