From c16abfdf9f0ad6a6bb07c6dc85d6f0e63463090c Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Wed, 30 May 2018 16:55:07 +0200 Subject: [PATCH] build testing codecov report Signed-off-by: Ron Evans --- ci/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test.sh b/ci/test.sh index c7a7f161..8d81ea53 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -55,4 +55,6 @@ pushd $PWD/.. if [ ${#FAIL_PACKAGES[@]} -ne 0 ]; then exit 1 fi; + + ls popd