Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
ci(coverage): remove coverall for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Mar 9, 2020
1 parent 2e04949 commit c17f6ff
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,4 @@ jobs:
- run: npm run build --if-present
- run: npm run test:ci -- --no-color
env:
CI: true
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
path-to-lcov: ./coverage/lcov.info # optional (default value)

- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
CI: true

0 comments on commit c17f6ff

Please sign in to comment.