From b10716ca6445d2c796c8c35332d9dfea40b815fa Mon Sep 17 00:00:00 2001 From: Weiyuan Wu Date: Tue, 18 Aug 2020 13:33:21 -0700 Subject: [PATCH] Fix skip_option The position of `$skip_option` from commit 7542ac is incorrect. --- orbs/commands/send_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbs/commands/send_report.yml b/orbs/commands/send_report.yml index 07fea1c3..e430806f 100644 --- a/orbs/commands/send_report.yml +++ b/orbs/commands/send_report.yml @@ -46,4 +46,4 @@ steps: fi bash <(curl -Ls https://coverage.codacy.com/get.sh) report $params --partial $skip_option &&\ - bash <(curl -Ls https://coverage.codacy.com/get.sh) $skip_option final + bash <(curl -Ls https://coverage.codacy.com/get.sh) final $skip_option