fastlane/lib/fastlane/actions/slather.rb in fastlane-2.57.0.beta.20170918010003 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.57.0
- old
+ new
@@ -238,9 +238,10 @@
is_string: false,
default_value: false),
FastlaneCore::ConfigItem.new(key: :source_files,
env_name: "FL_SLATHER_SOURCE_FILES",
description: "A Dir.glob compatible pattern used to limit the lookup to specific source files. Ignored in gcov mode",
+ is_string: false,
default_value: false,
optional: true),
FastlaneCore::ConfigItem.new(key: :decimals,
env_name: "FL_SLATHER_DECIMALS",
description: "The amount of decimals to use for % coverage reporting",