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 9aa55f9 commit bb13fffCopy full SHA for bb13fff
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run tests
26
run: pnpm test
27
- name: Collect coverage
28
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
29
if: success()
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments