Browse Source

chore: Update codecov action (#1523)

Updates to v4 of codecov which is more robust with uploads from forks.
fix-playedRanges
mister-ben 1 year ago
committed by GitHub
parent
commit
bb9133cf33
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -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'

Loading…
Cancel
Save