Skip to content

Commit

Permalink
Try to fix codecode upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jun 29, 2024
1 parent 52e28f2 commit 8e42ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ 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 8e42ec3

Please sign in to comment.