Skip to content

Commit

Permalink
ci: updated codecov for darwin workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 10, 2024
1 parent 8961825 commit 6f9abdc
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 @@ -48,9 +48,12 @@ 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

non-darwin:
name: NodeJS ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 6f9abdc

Please sign in to comment.