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 a8bc6ba commit 8bd9663Copy full SHA for 8bd9663
1 file changed
.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Run tests
65
run: pnpm test:unit
66
- name: Collect coverage
67
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
68
if: success()
69
with:
70
files: ./coverage/lcov.info
0 commit comments