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 b641e1b commit 4da89ccCopy full SHA for 4da89cc
.github/workflows/unit-test.yml
@@ -171,7 +171,7 @@ jobs:
171
run: npm run test:ci:changed
172
- name: Report Coverage
173
if: ${{ matrix.code-coverage && !cancelled()}}
174
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
175
env:
176
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
177
with:
@@ -207,7 +207,7 @@ jobs:
207
- name: Unit tests
208
run: npm run test:browser
209
210
211
212
213
0 commit comments