Skip to content

Commit

Permalink
ci: Remove Coveralls parallel Finished step
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 3, 2020
1 parent 87208c9 commit be5a8ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,7 @@ jobs:
path: coverage

- name: Upload test coverage to Coveralls
if: startsWith(matrix.os == 'ubuntu')
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

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

0 comments on commit be5a8ce

Please sign in to comment.