summaryrefslogtreecommitdiff
path: root/test/utils/shippable/shippable.sh
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2019-01-15 20:36:12 +0000
committerGitHub <noreply@github.com>2019-01-15 20:36:12 +0000
commit721a28202e5cb9683fb15f8d0bbba9298ecd254e (patch)
tree8a61c490adaf803559736c9ccb9ba36577e7d1f2 /test/utils/shippable/shippable.sh
parent119b65f919bc3c596841471135817b8cfe0a886c (diff)
downloadansible-721a28202e5cb9683fb15f8d0bbba9298ecd254e.tar.gz
Revert Debug: Size of coverage file #50380 (#50945)
Diffstat (limited to 'test/utils/shippable/shippable.sh')
-rwxr-xr-xtest/utils/shippable/shippable.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh
index 9f52b79b4a..42f2e57663 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//=/,}"