Skip to content

Commit

Permalink
Remove separate coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick committed May 5, 2020
1 parent d5f87cd commit 0991145
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
run: |
tox
- name: Publish Coveralls Report
if: startsWith(matrix.os, 'ubuntu')
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

deploy:
runs-on: ubuntu-18.04
needs: test
Expand Down

0 comments on commit 0991145

Please sign in to comment.