fastlane/lib/fastlane/actions/lcov.rb in fastlane-2.186.0 vs fastlane/lib/fastlane/actions/lcov.rb in fastlane-2.187.0

- old
+ new

@@ -20,24 +20,20 @@ [ FastlaneCore::ConfigItem.new(key: :project_name, env_name: "FL_LCOV_PROJECT_NAME", description: "Name of the project"), - FastlaneCore::ConfigItem.new(key: :scheme, env_name: "FL_LCOV_SCHEME", description: "Scheme of the project"), - FastlaneCore::ConfigItem.new(key: :arch, env_name: "FL_LCOV_ARCH", description: "The build arch where will search .gcda files", default_value: "i386"), - FastlaneCore::ConfigItem.new(key: :output_dir, env_name: "FL_LCOV_OUTPUT_DIR", description: "The output directory that coverage data will be stored. If not passed will use coverage_reports as default value", optional: true, - is_string: true, default_value: "coverage_reports") ] end def self.author