Skip to content

Commit 2008661

Browse files
authored
Merge pull request #5759 from psafont/endcover
CI: Complete parallel Coveralls uploads
2 parents 6969a8a + f40a624 commit 2008661

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/other.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@ jobs:
111111
github_token: ${{ secrets.github_token }}
112112
continue-on-error: true
113113

114+
# For coverage of 2.7 and 3.11 we upload to Coveralls in parallel mode.
115+
# To view the Coveralls results of the PR, click on the "Details" link to the right
116+
# of the Coveralls Logo in the Checks section of the PR.
117+
finish-parallel-coveralls-upload:
118+
needs: python-test # run after the python-test has completed uploading coverages
119+
runs-on: ubuntu-latest
120+
steps:
121+
- name: Finish the parallel coverage upload to Coveralls
122+
uses: coverallsapp/github-action@v1
123+
with:
124+
parallel-finished: true
125+
114126
deprecation-test:
115127
name: Deprecation tests
116128
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)