To: vim_dev@googlegroups.com Subject: Patch 9.0.1646 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1646 Problem: CI: codecov may take a very long time to run. Solution: Add a timeout. (Philip Heiduck, closes #12559) Files: .github/workflows/ci.yml *** ../vim-9.0.1645/.github/workflows/ci.yml 2023-05-16 20:10:58.542664693 +0100 --- .github/workflows/ci.yml 2023-06-22 18:10:13.738384449 +0100 *************** *** 238,243 **** --- 238,244 ---- find . -type f -name '*.gcno' -exec gcov -pb {} + || true - name: Codecov + timeout-minutes: 20 if: matrix.coverage uses: codecov/codecov-action@v3 with: *************** *** 610,615 **** --- 611,617 ---- find . -type f -name '*.gcno' -exec gcov -pb {} + || true - name: Codecov + timeout-minutes: 20 if: matrix.coverage uses: codecov/codecov-action@v3 with: *** ../vim-9.0.1645/src/version.c 2023-06-22 14:36:32.417224944 +0100 --- src/version.c 2023-06-22 18:09:07.482419518 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1646, /**/ -- hundred-and-one symptoms of being an internet addict: 212. Your Internet group window has more icons than your Accessories window. /// 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 ///