Skip to content

Commit

Permalink
Remove unused coveralls dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Aug 30, 2023
1 parent c437afc commit 106fcdb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 596 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run tests
run: npm run-script test:coverage
- name: Send coverage report to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 106fcdb

Please sign in to comment.