File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -206,14 +206,14 @@ jobs:
206206 verbose : true
207207 token : ${{ secrets.CODECOV_TOKEN }}
208208
209- - name : Upload coverage to Coveralls
210- uses : coverallsapp/github-action@master
211- with :
212- github-token : ${{ secrets.GITHUB_TOKEN }}
209+ - name : Upload coverage to Coveralls
210+ uses : coverallsapp/github-action@master
211+ with :
212+ github-token : ${{ secrets.GITHUB_TOKEN }}
213213
214- - name : test build_doc
215- run : |
216- python ./setup.py build_doc
214+ - name : test build_doc
215+ run : |
216+ python ./setup.py build_doc
217217
218218 # - name: test docker build current version ubuntu-latest
219219 # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
@@ -233,12 +233,12 @@ jobs:
233233
234234
235235 # in parallel build codecov requires a finish step
236- # finish:
237- # needs: test
238- # runs-on: ubuntu-latest
239- # steps:
240- # - name: Coveralls Finished
241- # uses: coverallsapp/github-action@master
242- # with:
243- # github-token: ${{ secrets.github_token }}
244- # parallel-finished: true
236+ finish :
237+ needs : test
238+ runs-on : ubuntu-latest
239+ steps :
240+ - name : Coveralls Finished
241+ uses : coverallsapp/github-action@master
242+ with :
243+ github-token : ${{ secrets.github_token }}
244+ parallel-finished : true
You can’t perform that action at this time.
0 commit comments