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 a284e2d commit 0e53722Copy full SHA for 0e53722
.github/workflows/tests.yml
@@ -24,3 +24,20 @@ jobs:
24
run: tox
25
env:
26
TOXENV: ${{ matrix.toxenv }}
27
+ - if: matrix.python-version == "3.8"
28
+ name: Coveralls Parallel
29
+ uses: coverallsapp/github-action@master
30
+ with:
31
+ github-token: ${{ secrets.github_token }}
32
+ flag-name: run-${{ matrix.python-version }}
33
+ parallel: true
34
+
35
+ coverage:
36
+ needs: build
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - name: Coveralls Finished
40
41
42
43
+ parallel-finished: true
0 commit comments