Class: Xcov::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/xcov/manager.rb

Instance Method Summary collapse

Instance Method Details

#work(options) ⇒ Object



6
7
8
9
10
# File 'lib/xcov/manager.rb', line 6

def work(options)
  Xcov.config = options
  FastlaneCore::PrintTable.print_values(config: options, hide_keys: [:slack_url], title: "Summary for xCov #{Xcov::VERSION}")
  Runner.new.run
end