Skip to content

Commit

Permalink
ci: update codecov@v4 w/ token
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 10, 2024
1 parent cecfabb commit 8961825
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
env:
CI: true

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: success()
with:
fail_ci_if_error: true
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 8961825

Please sign in to comment.