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 89880dd commit fc8a3e4Copy full SHA for fc8a3e4
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