Skip to content

Commit e0bbd92

Browse files
committed
Switch coveralls action
1 parent 0ed32bc commit e0bbd92

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/run-tests-action.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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()
@@ -82,7 +82,8 @@ jobs:
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"

0 commit comments

Comments
 (0)