mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4905: codecov includes MS-Windows install header file
Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h.
This commit is contained in:
@@ -8,4 +8,5 @@ coverage:
|
|||||||
# Files not run by tests
|
# Files not run by tests
|
||||||
ignore:
|
ignore:
|
||||||
- "src/dosinst.c"
|
- "src/dosinst.c"
|
||||||
|
- "src/dosinst.h"
|
||||||
- "src/uninstall.c"
|
- "src/uninstall.c"
|
||||||
|
@@ -746,6 +746,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4905,
|
||||||
/**/
|
/**/
|
||||||
4904,
|
4904,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user