Patch 9.0.1646

3 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 22, 2023, 1:13:32 PM6/22/23
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages