We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d33c79 commit e431cc7Copy full SHA for e431cc7
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run tests
46
run: pnpm test
47
- name: Collect coverage
48
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
49
if: success()
50
with:
51
files: ./coverage/lcov.info
0 commit comments