From e6ced9c73f30422bf2a25f46f8e551589e45bfcd Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sat, 29 Dec 2018 13:01:35 +0000 Subject: [PATCH] Debug: Size of coverage file (#50380) --- test/utils/shippable/shippable.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 42f2e57663f..9f52b79b4aa 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -88,6 +88,8 @@ function cleanup # upload coverage report to codecov.io only when using complete on-demand coverage if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ]; then for file in test/results/reports/coverage=*.xml; do + ls -l "${file}" + flags="${file##*/coverage=}" flags="${flags%.xml}" flags="${flags//=/,}"