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 0735fc1 commit 2b5a71e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Expand Up @@ -66,15 +66,3 @@ 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 }}

0 comments on commit 2b5a71e

Please sign in to comment.