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:
Bram Moolenaar 2022-05-07 13:25:37 +01:00
parent 4649c12123
commit 3f1cfcb864
2 changed files with 3 additions and 0 deletions

View File

@ -8,4 +8,5 @@ coverage:
# Files not run by tests
ignore:
- "src/dosinst.c"
- "src/dosinst.h"
- "src/uninstall.c"

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4905,
/**/
4904,
/**/