Module: Xcov
- Defined in:
- lib/xcov.rb,
lib/xcov-core.rb,
lib/xcov/manager.rb,
lib/xcov/options.rb,
lib/xcov/version.rb,
lib/xcov/model/base.rb,
lib/xcov/model/line.rb,
lib/xcov/model/range.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/coveralls_handler.rb,
lib/xcov/commands_generator.rb
Defined Under Namespace
Modules: Core Classes: Base, CommandsGenerator, CoverallsHandler, ErrorHandler, Function, IgnoreHandler, Line, Manager, Options, Range, Report, SlackPoster, Source, Target
Constant Summary collapse
- Helper =
FastlaneCore::Helper
- UI =
FastlaneCore::UI
- VERSION =
"1.8.1"
- DESCRIPTION =
"xcov is a friendly visualizer for Xcode's code coverage files"
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
-
.ignore_handler ⇒ Object
Returns the value of attribute ignore_handler.
-
.project ⇒ Object
Returns the value of attribute project.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
22 23 24 |
# File 'lib/xcov.rb', line 22 def config @config end |
.ignore_handler ⇒ Object
Returns the value of attribute ignore_handler.
23 24 25 |
# File 'lib/xcov.rb', line 23 def ignore_handler @ignore_handler end |
.project ⇒ Object
Returns the value of attribute project.
24 25 26 |
# File 'lib/xcov.rb', line 24 def project @project end |