mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 9.0.1547: Coveralls workflow on CI is commented out
Problem: Coveralls workflow on CI is commented out. Solution: Remove the Coveralls workflow. (closes #12389)
This commit is contained in:
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@@ -231,19 +231,6 @@ jobs:
|
|||||||
do_test() { sg audio "sg $(id -gn) '$*'"; }
|
do_test() { sg audio "sg $(id -gn) '$*'"; }
|
||||||
do_test make ${SHADOWOPT} ${TEST}
|
do_test make ${SHADOWOPT} ${TEST}
|
||||||
|
|
||||||
# - name: Coveralls
|
|
||||||
# if: matrix.coverage && github.event_name != 'pull_request'
|
|
||||||
# env:
|
|
||||||
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
|
||||||
# COVERALLS_PARALLEL: true
|
|
||||||
# TRAVIS_JOB_ID: ${{ github.run_id }}
|
|
||||||
# run: |
|
|
||||||
# sudo apt-get install -y python3-setuptools python3-wheel
|
|
||||||
# sudo -H pip3 install pip -U
|
|
||||||
# # needed for https support for coveralls building cffi only works with gcc, not with clang
|
|
||||||
# CC=gcc pip3 install --user cpp-coveralls pyopenssl ndg-httpsclient pyasn1
|
|
||||||
# ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
|
|
||||||
|
|
||||||
- name: Generate gcov files
|
- name: Generate gcov files
|
||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
run: |
|
run: |
|
||||||
@@ -264,19 +251,6 @@ jobs:
|
|||||||
false # in order to fail a job
|
false # in order to fail a job
|
||||||
done
|
done
|
||||||
|
|
||||||
# coveralls:
|
|
||||||
# runs-on: ubuntu-20.04
|
|
||||||
#
|
|
||||||
# needs: linux
|
|
||||||
# if: always() && github.event_name != 'pull_request'
|
|
||||||
#
|
|
||||||
# steps:
|
|
||||||
# - name: Parallel finished
|
|
||||||
# env:
|
|
||||||
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
|
||||||
# run: |
|
|
||||||
# curl -k "https://coveralls.io/webhook?repo_token=${COVERALLS_REPO_TOKEN}" -d "payload[build_num]=${GITHUB_RUN_ID}&payload[status]=done"
|
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1547,
|
||||||
/**/
|
/**/
|
||||||
1546,
|
1546,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user