File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,18 @@ jobs:
111
111
github_token : ${{ secrets.github_token }}
112
112
continue-on-error : true
113
113
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
+
114
126
deprecation-test :
115
127
name : Deprecation tests
116
128
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments