Skip to content

Commit

Permalink
Adding use_system_scm option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamprice committed May 27, 2021
1 parent f8904c7 commit c0f51b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/xcov/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ def self.available_options
type: String,
optional: true
),
FastlaneCore::ConfigItem.new(
key: :use_system_scm,
env_name: "XCOV_USE_SYSTEM_SCM",
description: "Lets xcodebuild use system's scm configuration",
optional: true,
is_string: false,
default_value: false
),

# Report options
FastlaneCore::ConfigItem.new(
Expand Down

0 comments on commit c0f51b2

Please sign in to comment.