Skip to content

Commit

Permalink
chore: Update codecov action (#1523)
Browse files Browse the repository at this point in the history
Updates to v4 of codecov which is more robust with uploads from forks.
  • Loading branch information
mister-ben authored Jul 4, 2024
1 parent d6851cc commit bb9133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: npm run test

- name: coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: './test/dist/coverage/coverage-final.json'
Expand Down

0 comments on commit bb9133c

Please sign in to comment.