To: vim_dev@googlegroups.com Subject: Patch 9.0.1547 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1547 Problem: Coveralls workflow on CI is commented out. Solution: Remove the Coveralls workflow. (closes #12389) Files: .github/workflows/ci.yml *** ../vim-9.0.1546/.github/workflows/ci.yml 2023-05-11 15:22:55.071745165 +0100 --- .github/workflows/ci.yml 2023-05-12 18:46:53.241249263 +0100 *************** *** 231,249 **** do_test() { sg audio "sg $(id -gn) '$*'"; } 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 if: matrix.coverage run: | --- 231,236 ---- *************** *** 264,282 **** false # in order to fail a job 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: runs-on: macos-latest --- 251,256 ---- *** ../vim-9.0.1546/src/version.c 2023-05-12 17:49:09.824299513 +0100 --- src/version.c 2023-05-12 18:46:20.317194731 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1547, /**/ -- The technology involved in making anything invisible is so infinitely complex that nine hundred and ninety-nine billion, nine hundred and ninety-nine million, nine hundred and ninety-nine thousand, nine hundred and ninety-nine times out of a trillion it is much simpler and more effective just to take the thing away and do without it. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///