We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ff706 commit f5c8a1eCopy full SHA for f5c8a1e
.github/workflows/build.yml
@@ -62,18 +62,6 @@ jobs:
62
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
- COVERALLS_PARALLEL: true
66
-
67
- finish:
68
- name: Tell Coveralls that we're finished running all parallel jobs
69
- needs: build
70
- runs-on: ubuntu-latest
71
- container: python:3-slim
72
- steps:
73
- - run: pip3 install -U coveralls
74
- - run: coveralls --finish
75
- env:
76
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
78
lint:
79
name: ${{ matrix.toxenv }}
0 commit comments