From f8ecfa496440299adbd50b48a53702b2857bbc67 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 4 Oct 2021 18:41:43 -0400 Subject: [PATCH] fix: other_options not parsed properly --- step.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.sh b/step.sh index ce580ca2..1b11f4e3 100644 --- a/step.sh +++ b/step.sh @@ -15,4 +15,4 @@ chmod +x codecov curl -H "Accept: application/json" "https://uploader.codecov.io/${OS}/${VERSION}" | grep -o '\"version\":\"v[0-9\.\_]\+\"' | head -1 # Upload coverage to Codecov -./codecov -Q "bitrise-step-3.0.0" -Z "${other_options}" +./codecov -Q "bitrise-step-3.0.0" -Z ${other_options}