Skip to content

Commit 4649c12

Browse files
committed
patch 8.2.4904: codecov includes MS-Windows install files
Problem: codecov includes MS-Windows install files. Solution: Ignore dosinst.c and uninstall.c.
1 parent 79d599b commit 4649c12

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.codecov.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ coverage:
44
project:
55
default:
66
threshold: 0.05%
7+
8+
# Files not run by tests
9+
ignore:
10+
- "src/dosinst.c"
11+
- "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+
4904,
749751
/**/
750752
4903,
751753
/**/

0 commit comments

Comments
 (0)