File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 - name : Generate coverage report
2121 run : coverage report
2222
23- - name : Coveralls Services
24- run : coveralls --service=github
25- env :
26- GITHUB_TOKEN : ${{ secrets.github_token }}
27- COVERALLS_FLAG_NAME : python-${{ matrix.version }}
28- COVERALLS_PARALLEL : true
23+ # - name: Coveralls Services
24+ # run: coveralls --service=github
25+ # env:
26+ # GITHUB_TOKEN: ${{ secrets.github_token }}
27+ # COVERALLS_FLAG_NAME: python-${{ matrix.version }}
28+ # COVERALLS_PARALLEL: true
2929
30- finish :
31- needs : build
32- runs-on : ubuntu-latest
33- steps :
34- - name : Coveralls Finished
35- uses : coverallsapp/github-action@master
36- with :
37- github-token : ${{ secrets.github_token }}
38- parallel-finished : true
30+ # finish:
31+ # needs: build
32+ # runs-on: ubuntu-latest
33+ # steps:
34+ # - name: Coveralls Finished
35+ # uses: coverallsapp/github-action@master
36+ # with:
37+ # github-token: ${{ secrets.github_token }}
38+ # parallel-finished: true
You can’t perform that action at this time.
0 commit comments