Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Mar 31, 2024
1 parent bff8591 commit b715503
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 @@ -62,7 +62,8 @@ jobs:
- name: Merge coverage
run: cp jest-coverage/coverage-final.json .nyc_output/coverage_jsdom.json
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: .nyc_output
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit b715503

Please sign in to comment.