Skip to content

Commit

Permalink
Fix coverage.
Browse files Browse the repository at this point in the history
- Use `codecov/codecov-action@v3`.
  • Loading branch information
davidlehn committed Feb 13, 2024
1 parent 38fc475 commit 2133796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cd test
npm run coverage-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: ./test/coverage/lcov.info
fail_ci_if_error: true

0 comments on commit 2133796

Please sign in to comment.