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 25a7e1e + 90437ee commit 8d4db00Copy full SHA for 8d4db00
.github/workflows/node.js.yml
@@ -43,3 +43,6 @@ jobs:
43
44
- name: Upload coverage reports to Codecov with GitHub Action
45
uses: codecov/codecov-action@v4
46
+ with:
47
+ token: ${{ secrets.CODECOV_TOKEN }} # required
48
+ verbose: true # optional (default = false)
0 commit comments