]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.0608: coverals is not updating v8.1.0608
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Dec 2018 21:04:05 +0000 (22:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Dec 2018 21:04:05 +0000 (22:04 +0100)
Problem:    Coverals is not updating.
Solution:   Adjust path in Travis config.

.travis.yml
src/version.c

index 14957a09ec520071207f4d181a093cb674550f2b..fee8b49d07cd1dd08bd58540b9c20442511503a3 100644 (file)
@@ -109,7 +109,7 @@ script:
   - if [ -n "$err" ]; then exit 1; fi
 
 after_success:
-  - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -e ${SRCDIR}/if_perl.c -e ${SRCDIR}/xxd -e ${SRCDIR}/libvterm/src --encodings utf-8 latin-1 EUC-KR; fi
+  - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -e ${SRCDIR}/if_perl.c -e ${SRCDIR}/xxd -e ${SRCDIR}/libvterm --encodings utf-8 latin-1 EUC-KR; fi
   - if [ "$COVERAGE" = "yes" ]; then  cd ${SRCDIR} && bash <(curl -s https://codecov.io/bash) ; fi
 
 # vim:set sts=2 sw=2 tw=0 et:
index 9daf4f78d22cb3bf180bf8926f33fe33c2a9e762..81573656d343345eaa01555befa7434e53c23d44 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    608,
 /**/
     607,
 /**/