Skip to content

Commit

Permalink
comment out coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 27, 2024
1 parent 41502cf commit 45c53e9
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npx -y c8 --reporter=lcov npm test
- name: codecov
uses: codecov/codecov-action@v3
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.github_token }}
Loading

0 comments on commit 45c53e9

Please sign in to comment.