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.
2 parents 658ea38 + 32ef43f commit e14f1deCopy full SHA for e14f1de
.github/workflows/node-coverage.js.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run jest:ci -- --coverage
35
36
- name: Upload coverage reports to Codecov with GitHub Action
37
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }} # required
40
verbose: true # optional (default = false)
0 commit comments