diff src/version.c @ 16316:f640d1f3dbbf v8.1.1163

patch 8.1.1163: codecov does not report all the coverage information commit https://github.com/vim/vim/commit/5d48e0d99aaeed9bc0b0d336fe9549149b1eb91d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 13 13:44:31 2019 +0200 patch 8.1.1163: codecov does not report all the coverage information Problem: Codecov does not report all the coverage information. Solution: Make a second run with the nested execution output, expect that Codecov will merge the results.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Apr 2019 13:45:04 +0200
parents 606a49386aa1
children 3019a0744c46
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1163,
+/**/
     1162,
 /**/
     1161,