Skip to content

Commit

Permalink
Upgrade CodeCov action
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Aug 19, 2024
1 parent ae12db1 commit c682994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
- run: npm install --no-audit
- run: ./scripts/ci.sh
shell: bash
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: coverage/lcov.info
name: ${{ matrix.os }}/${{ matrix.node-version }}
token: ${{ secrets.CODECOV_TOKEN }}

typescript:
name: TypeScript compatibility
Expand Down

0 comments on commit c682994

Please sign in to comment.