Skip to content

Commit

Permalink
Merge pull request #13 from mgedmin/simplify-coveralls
Browse files Browse the repository at this point in the history
Simplify coveralls configuration in GitHub workflow
  • Loading branch information
mgedmin committed Dec 4, 2020
2 parents 4c78691 + ab55080 commit c4d704a
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 @@ -64,18 +64,6 @@ jobs:
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
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 c4d704a

Please sign in to comment.