Skip to content

Commit

Permalink
Try to fix codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Oct 14, 2024
1 parent 8c269d2 commit 2e97dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
cd test
npm run coverage-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./test/coverage/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2e97dd8

Please sign in to comment.