Skip to content

Commit

Permalink
Simplify coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 6, 2020
1 parent c6df50f commit ffdb16b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ jobs:
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true

finish:
name: Tell Coveralls that we're finished running all parallel jobs
needs: build
runs-on: ubuntu-latest
container: python:3-slim
steps:
- run: pip3 install -U coveralls
- run: coveralls --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lint:
name: ${{ matrix.toxenv }}
Expand Down

0 comments on commit ffdb16b

Please sign in to comment.