Skip to content

Commit 3f1cfcb

Browse files
committed
patch 8.2.4905: codecov includes MS-Windows install header file
Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h.
1 parent 4649c12 commit 3f1cfcb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ coverage:
88
# Files not run by tests
99
ignore:
1010
- "src/dosinst.c"
11+
- "src/dosinst.h"
1112
- "src/uninstall.c"

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static char *(features[]) =
746746

747747
static int included_patches[] =
748748
{ /* Add new patch number below this line */
749+
/**/
750+
4905,
749751
/**/
750752
4904,
751753
/**/

0 commit comments

Comments
 (0)