From: Bram Moolenaar Date: Sat, 13 Apr 2019 11:44:31 +0000 (+0200) Subject: patch 8.1.1163: codecov does not report all the coverage information X-Git-Tag: v8.1.1163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d48e0d99aaeed9bc0b0d336fe9549149b1eb91d;p=vim patch 8.1.1163: codecov does not report all the coverage information Problem: Codecov does not report all the coverage information. Solution: Make a second run with the nested execution output, expect that Codecov will merge the results. --- diff --git a/.travis.yml b/.travis.yml index d683b13ef..240de516e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,6 +170,9 @@ after_success: - | if [[ "${COVERAGE}" = "yes" ]]; then (cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash)) + # Also do this for nested executions, codecov will merge the results. + mv "${SRCDIR}"/testdir/nested/* "${SRCDIR}"/objects + (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 index 88180a127..94f13393e 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1163, /**/ 1162, /**/