Sha256: 43c4ea950812f74edee587f181d181b996054f2b555d2463c294c78e488504ce

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 Bytes

Contents

require "fastlane_core"

module Xcov
  class Manager

    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

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcov-0.5 lib/xcov/manager.rb
xcov-0.4 lib/xcov/manager.rb
xcov-0.3 lib/xcov/manager.rb
xcov-0.2 lib/xcov/manager.rb
xcov-0.1 lib/xcov/manager.rb