Class: SimpleCov::ExitCodes::MaximumCoverageDropCheck

Inherits:
Check
  • Object
show all
Defined in:
lib/simplecov/exit_codes/maximum_coverage_drop_check.rb

Instance Method Summary collapse

Methods inherited from Check

#failing?, #initialize, #report, #report_lines, #violations

Constructor Details

This class inherits a constructor from SimpleCov::ExitCodes::Check

Instance Method Details

#exit_codeObject



6
7
8
# File 'lib/simplecov/exit_codes/maximum_coverage_drop_check.rb', line 6

def exit_code
  MAXIMUM_COVERAGE_DROP
end