From 721a28202e5cb9683fb15f8d0bbba9298ecd254e Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 15 Jan 2019 20:36:12 +0000 Subject: [PATCH] Revert Debug: Size of coverage file #50380 (#50945) --- test/utils/shippable/shippable.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 9f52b79b4aa..42f2e57663f 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -88,8 +88,6 @@ 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//=/,}"