]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.1698: coverage statistics don't work on coveralls v8.0.1698
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Apr 2018 19:03:08 +0000 (21:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Apr 2018 19:03:08 +0000 (21:03 +0200)
Problem:    Coverate statistics don't work on coveralls.
Solution:   Use curly braces for $SRCDIR.

.travis.yml
src/version.c

index 8b828eaaa4e991f304bf86020a39302ea16f6f09..264052d5707950f585786735f421352b1a708cda 100644 (file)
@@ -108,7 +108,7 @@ script:
   - if [ -n "$err" ]; then exit 1; fi
 
 after_success:
-  - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b $SRCDIR -x .xs -i $SRCDIR/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
-  - if [ "$COVERAGE" = "yes" ]; then  cd $SRCDIR && bash <(curl -s https://codecov.io/bash) ; fi
+  - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -i ${SRCDIR}/xxd -e ${SRCDIR}/if_perl.c --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 bc0e5130b67b392a0dba24381ff06b1667870dc9..5a26ec58d9413144c609989b7e2c6966965554aa 100644 (file)
@@ -762,6 +762,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1698,
 /**/
     1697,
 /**/