Skip to content

Commit

Permalink
chore(ci): update codecov action (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkeaton authored Nov 28, 2024
1 parent ca8dbe6 commit 36f912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }} # Required if the repo is private
files: ./coverage/lcov.info # Path to the lcov report
Expand Down

0 comments on commit 36f912b

Please sign in to comment.