Class: Xcov::Manager
- Inherits:
-
Object
- Object
- Xcov::Manager
- 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() Xcov.config = FastlaneCore::PrintTable.print_values(config: , hide_keys: [:slack_url], title: "Summary for xCov #{Xcov::VERSION}") Runner.new.run end |