Exception: Uncov::MissingSimplecovReport

Inherits:
SimplecovError show all
Defined in:
lib/uncov.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Error

#inspect

Constructor Details

#initialize(coverage_path) ⇒ MissingSimplecovReport

Returns a new instance of MissingSimplecovReport.



70
# File 'lib/uncov.rb', line 70

def initialize(coverage_path) = @coverage_path = coverage_path

Instance Attribute Details

#coverage_pathObject (readonly)

Returns the value of attribute coverage_path.



68
69
70
# File 'lib/uncov.rb', line 68

def coverage_path
  @coverage_path
end

Instance Method Details

#messageObject



71
# File 'lib/uncov.rb', line 71

def message = "SimpleCov results not found at #{coverage_path.inspect}"