]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4905: codecov includes MS-Windows install header file v8.2.4905
authorBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 12:25:37 +0000 (13:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 12:25:37 +0000 (13:25 +0100)
Problem:    codecov includes MS-Windows install header file.
Solution:   Ignore dosinst.h.

.codecov.yml
src/version.c

index 7c6c8f33e1e19d8e3cd3116881e3b0369a4cee0c..8ce62c5813b29ba64f6eb377baf3e47582edcd8f 100644 (file)
@@ -8,4 +8,5 @@ coverage:
 # Files not run by tests
 ignore:
   - "src/dosinst.c"
+  - "src/dosinst.h"
   - "src/uninstall.c"
index d39abf971d1fec6d336f83846399043daacc4cd7..af4c0b2546a4f39a99b3160418fadb5373f6178a 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4905,
 /**/
     4904,
 /**/