Skip to content

Commit

Permalink
Merge pull request #15 from codecov/3.1.2
Browse files Browse the repository at this point in the history
fix: other_options not parsed properly
  • Loading branch information
thomasrockhu-codecov authored Oct 5, 2021
2 parents 6e8817d + f8ecfa4 commit cdc645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit cdc645f

Please sign in to comment.