Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 11, 2024
1 parent acf10c8 commit d8e996e
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 @@ -101,10 +101,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 d8e996e

Please sign in to comment.