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 943084a commit 0fd7ec8Copy full SHA for 0fd7ec8
.github/workflows/node-test.yml
@@ -56,3 +56,5 @@ jobs:
56
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
57
with:
58
files: ./coverage/lcov.info
59
+ env:
60
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments