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
|
||||
ignore:
|
||||
- "src/dosinst.c"
|
||||
- "src/dosinst.h"
|
||||
- "src/uninstall.c"
|
||||
|
Reference in New Issue
Block a user