]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.1693: xxd is excluded from coverage statistics v8.0.1693
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Apr 2018 19:16:32 +0000 (21:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Apr 2018 19:16:32 +0000 (21:16 +0200)
Problem:    Xxd is excluded from coverage statistics.
Solution:   Don't skip the xxd directory. (Christian Brabandt)

.travis.yml
src/version.c

index a2b074bde8dc2125352167991fe1732214b55cbb..98f0838f59d777b0d29aa2f7e1619055f3248b33 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}/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
+  - 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  cd $SRCDIR && bash <(curl -s https://codecov.io/bash) ; fi
 
 # vim:set sts=2 sw=2 tw=0 et:
index 6a8cd236043e4293253802c1812d0f14a7ca3389..80b05fa0f031dafc9a73dc27a469ec7b420166c8 100644 (file)
@@ -762,6 +762,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1693,
 /**/
     1692,
 /**/