# HG changeset patch # User Bram Moolenaar # Date 1545167706 -3600 # Node ID 074c643ee78fc1a44d5bded73fe955e9fccd682b # Parent 95a26636a542c13ea5fdc4982996a9c52ae72187 patch 8.1.0608: coverals is not updating commit https://github.com/vim/vim/commit/e66777901382a554797a4c70ffbc0c63440cfe57 Author: Bram Moolenaar Date: Tue Dec 18 22:04:05 2018 +0100 patch 8.1.0608: coverals is not updating Problem: Coverals is not updating. Solution: Adjust path in Travis config. diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -109,7 +109,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 -e ${SRCDIR}/xxd -e ${SRCDIR}/libvterm/src --encodings utf-8 latin-1 EUC-KR; fi + - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -e ${SRCDIR}/if_perl.c -e ${SRCDIR}/xxd -e ${SRCDIR}/libvterm --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: diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -800,6 +800,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 608, +/**/ 607, /**/ 606,