From 7ec82cdfc91d1bc4dff2546e1f5b088ce1a6a1c0 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 23 Dec 2018 09:42:29 +0000 Subject: [PATCH] Revert TEMP HACK: Upload all to codecov (#50279) Codecov.io have made some improvements to results processing. Upload all the coverage data to see is codecov can process this. Reverts https://github.com/ansible/ansible/pull/47515 --- test/utils/shippable/shippable.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index f780af9686..42f2e57663 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -86,8 +86,7 @@ function cleanup cp -a test/results/reports/coverage=*.xml shippable/codecoverage/ # upload coverage report to codecov.io only when using complete on-demand coverage - # HACK: Only upload certain results to codecov to avoid overloading it - if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ] && [[ "$T" =~ /1$ ]] ; then + if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ]; then for file in test/results/reports/coverage=*.xml; do flags="${file##*/coverage=}" flags="${flags%.xml}"