Skip to content

Commit f5c8a1e

Browse files
committed
Simplify coveralls integration
1 parent a2ff706 commit f5c8a1e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ jobs:
6262
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
6363
env:
6464
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 }}
7765

7866
lint:
7967
name: ${{ matrix.toxenv }}

0 commit comments

Comments
 (0)