Skip to content

Commit

Permalink
Change npx package to coveralls-next
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago154 committed Oct 6, 2024
1 parent 34b2a8a commit ed114d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
CI: true

- name: Upload coverage to Coveralls
run: npx coveralls < ./coverage/lcov.info
run: npx coveralls-next < ./coverage/lcov.info
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit ed114d0

Please sign in to comment.