Skip to content

Commit 18fefdd

Browse files
committed
patch 8.2.3450: coveralls action fails
Problem: Coveralls action fails. Solution: Disable it for now.
1 parent c04f623 commit 18fefdd

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,8 @@ static char *(features[]) =
757757

758758
static int included_patches[] =
759759
{ /* Add new patch number below this line */
760+
/**/
761+
3450,
760762
/**/
761763
3449,
762764
/**/

0 commit comments

Comments
 (0)