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 5e10d50 commit fa3bbd1Copy full SHA for fa3bbd1
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Upload coverage to Codecov
50
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
51
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
54
files: coverage/browser/lcov.info
0 commit comments