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 23aae01 commit 3c7c0daCopy full SHA for 3c7c0da
.github/workflows/unit-test.yml
@@ -139,6 +139,8 @@ jobs:
139
- name: Report Coverage
140
if: ${{ matrix.code-coverage && !cancelled()}}
141
uses: codecov/codecov-action@v4
142
+ env:
143
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
144
with:
145
verbose: true
146
@@ -170,5 +172,7 @@ jobs:
170
172
run: npm run test:browser
171
173
174
175
176
177
178
0 commit comments