Skip to content

Commit

Permalink
Revert "ci: CSpell4 - Disable Coveralls (#1736)"
Browse files Browse the repository at this point in the history
This reverts commit 0f66fda.
  • Loading branch information
Jason3S committed Sep 21, 2021
1 parent 1f22984 commit 9f9a8f7
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 @@ -18,11 +18,11 @@ jobs:
- run: npm ci
- 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

# Do not upload to Codecov it only supports 1 comparison branch
# - name: Upload coverage to Codecov
Expand Down

0 comments on commit 9f9a8f7

Please sign in to comment.