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 432fa7f commit 8332a0bCopy full SHA for 8332a0b
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm ci
24
- name: Run Vitest
25
run: npm run test:unit
26
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
27
with:
28
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
29
files: coverage/lcov.info
0 commit comments