]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.1696: coverage statistics don't work v8.0.1696
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Apr 2018 08:06:04 +0000 (10:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Apr 2018 08:06:04 +0000 (10:06 +0200)
Problem:    Coverate statistics don't work.
Solution:   Include the xxd directory. (Christian Brabandt)

.travis.yml
src/version.c

index 98f0838f59d777b0d29aa2f7e1619055f3248b33..8b828eaaa4e991f304bf86020a39302ea16f6f09 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 -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; 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 2b41fae0c990348e3554dfce8cfffe0249fe6bd7..51e8259f2542edc42f6be5ba5cf6f3cd17cebdf1 100644 (file)
@@ -762,6 +762,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1696,
 /**/
     1695,
 /**/