Patch 8.2.4904
Problem: codecov includes MS-Windows install files.
Solution: Ignore dosinst.c and uninstall.c.
Files: .codecov.yml
*** ../vim-8.2.4903/.codecov.yml 2021-01-14 16:54:20.431688961 +0000
--- .codecov.yml 2022-05-07 12:58:34.553811503 +0100
***************
*** 4,6 ****
--- 4,11 ----
project:
default:
threshold: 0.05%
+
+ # Files not run by tests
+ ignore:
+ - "src/dosinst.c"
+ - "src/uninstall.c"
*** ../vim-8.2.4903/src/version.c 2022-05-07 12:48:24.074194794 +0100
--- src/version.c 2022-05-07 13:00:09.481752826 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4904,
/**/
--
"Microsoft is like Coke. It's a secret formula, all the money is from
distribution, and their goal is to get Coke everywhere. Open source is like
selling water. There are water companies like Perrier and Poland Spring, but
you're competing with something that's free." -- Carl Howe
/// 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/20220507120127.828EE1C0463%40moolenaar.net.