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 369798c commit a6b014eCopy full SHA for a6b014e
1 file changed
.github/workflows/test.yml
@@ -36,8 +36,9 @@ jobs:
36
37
- name: Upload coverage to Codecov
38
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
39
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
40
with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
files: ./coverage/lcov.info
43
flags: unittests
44
name: codecov-umbrella
0 commit comments