From: Bram Moolenaar Date: Sat, 7 May 2022 12:25:37 +0000 (+0100) Subject: patch 8.2.4905: codecov includes MS-Windows install header file X-Git-Tag: v8.2.4905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f1cfcb86407c15a3037d5595bb192a00c661303;p=thirdparty%2Fvim.git patch 8.2.4905: codecov includes MS-Windows install header file Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h. --- diff --git a/.codecov.yml b/.codecov.yml index 7c6c8f33e1..8ce62c5813 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,4 +8,5 @@ coverage: # Files not run by tests ignore: - "src/dosinst.c" + - "src/dosinst.h" - "src/uninstall.c" diff --git a/src/version.c b/src/version.c index d39abf971d..af4c0b2546 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4905, /**/ 4904, /**/