Skip to content

Commit

Permalink
ci: update codecov@v4 w/ token (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Apr 13, 2024
1 parent 72fbe10 commit abe901b
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,6 +48,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.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit abe901b

Please sign in to comment.