changeset 13656:20aa79e15bb4 v8.0.1700

patch 8.0.1700: coverage statistics still don't work on coveralls commit https://github.com/vim/vim/commit/56f99550444949e12eca4a31ee60be91b2ab3a6e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 12 20:06:05 2018 +0200 patch 8.0.1700: coverage statistics still don't work on coveralls Problem: Coverate statistics still don't work on coveralls. Solution: Exclude the xxd directory again.
author Christian Brabandt <cb@256bit.org>
date Thu, 12 Apr 2018 20:15:06 +0200
parents 70e7bb7da990
children 902858c74d9f
files .travis.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1700,
+/**/
     1699,
 /**/
     1698,