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 ad0e2af commit 700f6c5Copy full SHA for 700f6c5
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: npm run build
40
41
- name: Run Coverage
42
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
fail_ci_if_error: true
0 commit comments