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 f492862 commit 8e84cb2Copy full SHA for 8e84cb2
.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