Patch 8.2.4905
Problem: codecov includes MS-Windows install header file.
Solution: Ignore dosinst.h.
Files: .codecov.yml
*** ../vim-8.2.4904/.codecov.yml 2022-05-07 13:00:38.585734749 +0100
--- .codecov.yml 2022-05-07 13:21:59.536927970 +0100
***************
*** 8,11 ****
--- 8,12 ----
# Files not run by tests
ignore:
- "src/dosinst.c"
+ - "src/dosinst.h"
- "src/uninstall.c"
*** ../vim-8.2.4904/src/version.c 2022-05-07 13:00:38.585734749 +0100
--- src/version.c 2022-05-07 13:24:39.516826536 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4905,
/**/
--
You cannot have a baby in one month by getting nine women pregnant.
/// 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/20220507122622.851231C0463%40moolenaar.net.