Skip to content

Commit

Permalink
Revert "ci: Disable Coveralls - their API has been down for a couple …
Browse files Browse the repository at this point in the history
…of days. (#1731)" (#1732)

This reverts commit 9922998.
  • Loading branch information
Jason3S authored Sep 21, 2021
1 parent 68591cf commit 102ef73
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/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: ./lcov.info
- name: Upload coverage Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 102ef73

Please sign in to comment.