]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.1700: coverage statistics still don't work on coveralls v8.0.1700
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Apr 2018 18:06:05 +0000 (20:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Apr 2018 18:06:05 +0000 (20:06 +0200)
Problem:    Coverate statistics still don't work on coveralls.
Solution:   Exclude the xxd directory again.

.travis.yml
src/version.c

index 264052d5707950f585786735f421352b1a708cda..60e7604621870ebdadea9b8ddb5a29a140a7b62e 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 ~/.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  cd ${SRCDIR} && bash <(curl -s https://codecov.io/bash) ; fi
 
 # vim:set sts=2 sw=2 tw=0 et:
index 5f352cf48c1b2de408e07295b39f216cb4663d04..5386fc5da2e3148e5b194f9b01180f2c2c7937c8 100644 (file)
@@ -762,6 +762,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1700,
 /**/
     1699,
 /**/