fastlane/lib/fastlane/actions/slather.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -108,13 +108,13 @@ def self.description "Use slather to generate a code coverage report" end def self.details - return <<-eos -Slather works with multiple code coverage formats including Xcode7 code coverage. -Slather is available at https://github.com/SlatherOrg/slather - eos + [ + "Slather works with multiple code coverage formats, including Xcode 7 code coverage.", + "Slather is available at [https://github.com/SlatherOrg/slather](https://github.com/SlatherOrg/slather)." + ].join("\n") end def self.available_options [ FastlaneCore::ConfigItem.new(key: :build_directory,