Skip to content

Commit

Permalink
ci: update codecov@v4 w/ token (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Apr 13, 2024
1 parent e594cd4 commit 5158ec5
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 @@ -46,6 +46,9 @@ jobs:
env:
CI: true

- uses: codecov/codecov-action@v1
- 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 5158ec5

Please sign in to comment.