fastlane/lib/fastlane/actions/slather.rb in fastlane-2.193.1 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.194.0
- old
+ new
@@ -7,10 +7,11 @@
travis_pro: '--travispro',
circleci: '--circleci',
jenkins: '--jenkins',
buildkite: '--buildkite',
teamcity: '--teamcity',
+ github: '--github',
coveralls: '--coveralls',
simple_output: '--simple-output',
gutter_json: '--gutter-json',
cobertura_xml: '--cobertura-xml',
@@ -152,9 +153,14 @@
description: "Configuration to use when calling slather (since slather-2.4.1)",
optional: true),
FastlaneCore::ConfigItem.new(key: :input_format,
env_name: "FL_SLATHER_INPUT_FORMAT", # The name of the environment variable
description: "The input format that slather should look for",
+ optional: true),
+ FastlaneCore::ConfigItem.new(key: :github,
+ env_name: "FL_SLATHER_GITHUB_ENABLED", # The name of the environment variable
+ description: "Tell slather that it is running on Github Actions",
+ type: Boolean,
optional: true),
FastlaneCore::ConfigItem.new(key: :buildkite,
env_name: "FL_SLATHER_BUILDKITE_ENABLED", # The name of the environment variable
description: "Tell slather that it is running on Buildkite",
type: Boolean,