fastlane/lib/fastlane/actions/slather.rb in fastlane-2.70.0.beta.20171215010003 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.70.0.beta.20171216010003

- old
+ new

@@ -16,10 +16,11 @@ coveralls: '--coveralls', simple_output: '--simple-output', gutter_json: '--gutter-json', cobertura_xml: '--cobertura-xml', + llvm_cov: '--llvm-cov', html: '--html', show: '--show', build_directory: '--build-directory', source_directory: '--source-directory', @@ -201,9 +202,14 @@ FastlaneCore::ConfigItem.new(key: :cobertura_xml, env_name: "FL_SLATHER_COBERTURA_XML_ENABLED", description: "Tell slather that it should output results as Cobertura XML format", is_string: false, type: Boolean, + optional: true), + FastlaneCore::ConfigItem.new(key: :llvm_cov, + env_name: "FL_SLATHER_LLVM_COV_ENABLED", + description: "Tell slather that it should output results as llvm-cov show format", + is_string: false, optional: true), FastlaneCore::ConfigItem.new(key: :html, env_name: "FL_SLATHER_HTML_ENABLED", description: "Tell slather that it should output results as static HTML pages", is_string: false,