Skip to content

Commit

Permalink
ci: update codecov@v4 w/ token (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Apr 13, 2024
1 parent 7972869 commit 66c9670
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
env:
CI: true

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

0 comments on commit 66c9670

Please sign in to comment.