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:
@@ -170,6 +170,9 @@ after_success:
|
|||||||
- |
|
- |
|
||||||
if [[ "${COVERAGE}" = "yes" ]]; then
|
if [[ "${COVERAGE}" = "yes" ]]; then
|
||||||
(cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash))
|
(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
|
fi
|
||||||
|
|
||||||
# vim:set sts=2 sw=2 tw=0 et:
|
# vim:set sts=2 sw=2 tw=0 et:
|
||||||
|
@@ -771,6 +771,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1163,
|
||||||
/**/
|
/**/
|
||||||
1162,
|
1162,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user