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.
- |
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:
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1163,
/**/
1162,
/**/