Skip to content

Commit

Permalink
Merge pull request #29 from codecov/fix-default-enable-conversion
Browse files Browse the repository at this point in the history
fix: add default value to ENABLE_SWIFT_CONVERSION
  • Loading branch information
thomasrockhu-codecov authored Jun 27, 2023
2 parents eca5eaa + cd230fd commit 133598e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ inputs:
title: "[Deprecating] Xcode archive path"
description: |
--Deprecating-- Specify the xcode archive path. Likely specified as the -resultBundlePath and should end in .xcresult. Only needed if running with xcode support
- ENABLE_SWIFT_CONVERSION:
- ENABLE_SWIFT_CONVERSION: "false"
opts:
title: "Enable swift coverage"
description: |
Expand All @@ -49,6 +49,7 @@ inputs:
is_sensitive: false
value_options:
- "true"
- "false"
- SWIFT_PROJECT:
opts:
title: "Swift project name"
Expand Down

0 comments on commit 133598e

Please sign in to comment.