Skip to content

Commit

Permalink
chore: switch from coveralls to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Oct 7, 2023
1 parent 50e52a1 commit 0a9fd41
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
npm clean-install
npm run test:coverage
- name: Upload coverage results to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0a9fd41

Please sign in to comment.