]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4904: codecov includes MS-Windows install files v8.2.4904
authorBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 12:00:42 +0000 (13:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 12:00:42 +0000 (13:00 +0100)
Problem:    codecov includes MS-Windows install files.
Solution:   Ignore dosinst.c and uninstall.c.

.codecov.yml
src/version.c

index 6140fe9669bb36b6ba2f6230521adaa8377040e1..7c6c8f33e1e19d8e3cd3116881e3b0369a4cee0c 100644 (file)
@@ -4,3 +4,8 @@ coverage:
     project:
       default:
         threshold: 0.05%
+
+# Files not run by tests
+ignore:
+  - "src/dosinst.c"
+  - "src/uninstall.c"
index 9ec5e3174d1011ea678ec1c4083a7b6ce54e9d8d..d39abf971d1fec6d336f83846399043daacc4cd7 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4904,
 /**/
     4903,
 /**/