0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

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.
This commit is contained in:
Bram Moolenaar
2019-04-13 13:44:31 +02:00
parent f587ef345e
commit 5d48e0d99a
2 changed files with 5 additions and 0 deletions

View File

@@ -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:

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1163,
/**/
1162,
/**/