Skip to content

Commit

Permalink
chore: disable coveralls
Browse files Browse the repository at this point in the history
It is giving a weird error
  • Loading branch information
tagoro9 committed May 22, 2020
1 parent a8a0dd9 commit 45c785e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main-workflow.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,3 @@ jobs:
name: Run tests
env:
CI: true
- uses: coverallsapp/github-action@v1.0.1
name: Coverage
with:
github-token: ${{secrets.GITHUB_TOKEN}}
parallel: true
coverage:
needs: test
runs-on: ubuntu-latest

steps:
- uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
parallel-finished: true

0 comments on commit 45c785e

Please sign in to comment.