diff --git a/.buildkite/commands/run-unit-tests.sh b/.buildkite/commands/run-unit-tests.sh index c5f7231868ac..e5527aa10da1 100755 --- a/.buildkite/commands/run-unit-tests.sh +++ b/.buildkite/commands/run-unit-tests.sh @@ -47,12 +47,12 @@ mkdir buildkite-test-analytics cp $test_log_dir buildkite-test-analytics echo "--- ⚒️ Uploading code coverage" -if [[ $test_suite == 'image-editor']]; then -ls -ls libs/image-editor/build/ -ls libs/image-editor/build/reports -ls libs/image-editor/build/reports/kover -cat libs/image-editor/build/reports/kover/reportRelease.xml +if [[ $test_suite == 'image-editor' ]]; then + ls + ls libs/image-editor/build/ + ls libs/image-editor/build/reports + ls libs/image-editor/build/reports/kover + cat libs/image-editor/build/reports/kover/reportRelease.xml fi .buildkite/commands/upload-code-coverage.sh