File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 GH_ACTION : True
4545 - name : Cleanup X11 server
4646 uses : bcomnes/cleanup-xvfb@v1
47- - name : Run Coveralls
48- uses : AndreMiras/coveralls-python- action@v20201129
47+ - name : Coveralls Parallel
48+ uses : coverallsapp/github- action@v2
4949 with :
50+ flag-name : run-${{ join(matrix.*, '-') }}
5051 parallel : true
51- flag-name : python-${{ matrix.python-version }}
5252 github-token : ${{ secrets.GITHUB_TOKEN }}
5353 - name : Upload Unit Test Results
5454 if : always()
8282 needs : run_pytest
8383 runs-on : ubuntu-latest
8484 steps :
85- - name : Finish colveralls
86- uses : AndreMiras/coveralls-python-action@develop
87- with :
88- parallel-finished : true
85+ - name : Coveralls Finished
86+ uses : coverallsapp/github-action@v2
87+ with :
88+ parallel-finished : true
89+ carryforward : " run-1,run-2"
You can’t perform that action at this time.
0 commit comments