Skip to content

Commit

Permalink
ci: Disable Coveralls - their API has been down for a couple of days. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Sep 21, 2021
1 parent 2b61289 commit 9922998
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- run: npm run build
- run: npm run coverage

- name: Upload coverage Coveralls
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
# - name: Upload coverage Coveralls
# uses: coverallsapp/github-action@1.1.3
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: ./lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
Expand Down

0 comments on commit 9922998

Please sign in to comment.