Module: Xcov

Defined in:
lib/xcov.rb,
lib/xcov-core.rb,
lib/xcov/runner.rb,
lib/xcov/manager.rb,
lib/xcov/options.rb,
lib/xcov/version.rb,
lib/xcov/model/base.rb,
lib/xcov-core/version.rb,
lib/xcov/model/report.rb,
lib/xcov/model/source.rb,
lib/xcov/model/target.rb,
lib/xcov/slack_poster.rb,
lib/xcov/error_handler.rb,
lib/xcov/ignore_handler.rb,
lib/xcov/model/function.rb,
lib/xcov/commands_generator.rb

Defined Under Namespace

Modules: Core Classes: Base, CommandsGenerator, ErrorHandler, Function, IgnoreHandler, Manager, Options, Report, Runner, SlackPoster, Source, Target

Constant Summary collapse

Helper =
FastlaneCore::Helper
UI =
FastlaneCore::UI
VERSION =
"0.8"
DESCRIPTION =
"xcov is a friendly visualizer for Xcode's code coverage files"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



19
20
21
# File 'lib/xcov.rb', line 19

def config
  @config
end

.ignore_handlerObject

Returns the value of attribute ignore_handler.



20
21
22
# File 'lib/xcov.rb', line 20

def ignore_handler
  @ignore_handler
end

.projectObject

Returns the value of attribute project.



21
22
23
# File 'lib/xcov.rb', line 21

def project
  @project
end