Skip to content

Commit

Permalink
ci: update codecov@v4 w/ token (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 13, 2024
1 parent cecfabb commit df4b8a6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 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 }} (darwin)
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false

non-darwin:
name: NodeJS ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down Expand Up @@ -81,6 +84,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 }} (non-darwin)
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit df4b8a6

Please sign in to comment.