We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ac6aa commit f5daa6aCopy full SHA for f5daa6a
1 file changed
.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@v2
+ uses: codecov/codecov-action@v3
29
if: success()
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments