@@ -201,18 +201,18 @@ jobs:
201201 do_test() { sg audio "sg $(id -gn) '$*'"; }
202202 do_test make ${SHADOWOPT} ${TEST}
203203
204- - name : Coveralls
205- if : matrix.coverage && success() && github.event_name != 'pull_request'
206- env :
207- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
208- COVERALLS_PARALLEL : true
209- TRAVIS_JOB_ID : ${{ github.run_id }}
210- run : |
211- sudo apt-get install -y python3-setuptools python3-wheel
212- sudo -H pip3 install pip -U
213- # needed for https support for coveralls building cffi only works with gcc, not with clang
214- CC=gcc pip3 install --user cpp-coveralls pyopenssl ndg-httpsclient pyasn1
215- ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
204+ # - name: Coveralls
205+ # if: matrix.coverage && success() && github.event_name != 'pull_request'
206+ # env:
207+ # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
208+ # COVERALLS_PARALLEL: true
209+ # TRAVIS_JOB_ID: ${{ github.run_id }}
210+ # run: |
211+ # sudo apt-get install -y python3-setuptools python3-wheel
212+ # sudo -H pip3 install pip -U
213+ # # needed for https support for coveralls building cffi only works with gcc, not with clang
214+ # CC=gcc pip3 install --user cpp-coveralls pyopenssl ndg-httpsclient pyasn1
215+ # ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
216216
217217 - name : Codecov
218218 if : matrix.coverage && success()
@@ -228,18 +228,18 @@ jobs:
228228 false # in order to fail a job
229229 done
230230
231- coveralls :
232- runs-on : ubuntu-18.04
233-
234- needs : linux
235- if : always() && github.event_name != 'pull_request'
236-
237- steps :
238- - name : Parallel finished
239- env :
240- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
241- run : |
242- curl -k "https://coveralls.io/webhook?repo_token=${COVERALLS_REPO_TOKEN}" -d "payload[build_num]=${GITHUB_RUN_ID}&payload[status]=done"
231+ # coveralls:
232+ # runs-on: ubuntu-18.04
233+ #
234+ # needs: linux
235+ # if: always() && github.event_name != 'pull_request'
236+ #
237+ # steps:
238+ # - name: Parallel finished
239+ # env:
240+ # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
241+ # run: |
242+ # curl -k "https://coveralls.io/webhook?repo_token=${COVERALLS_REPO_TOKEN}" -d "payload[build_num]=${GITHUB_RUN_ID}&payload[status]=done"
243243
244244 macos :
245245 runs-on : macos-latest
0 commit comments