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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230622171327.142781C0BA5%40moolenaar.net.