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 b45f17b commit 4ca8621Copy full SHA for 4ca8621
1 file changed
.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