Skip to content

Commit

Permalink
Upgrade codecov action and pass token
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 1, 2024
1 parent 556a01e commit d888d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ always() }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: ./coverage/coverage-final.json
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

test:
name: Run tests on Node v${{ matrix.node_version_to_setup }}
Expand Down

0 comments on commit d888d82

Please sign in to comment.