Class: SimpleCov::ExitCodes::MinimumOverallCoverageCheck

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

Overview

Fails when the overall (project-wide) coverage for any criterion is below the configured minimum.

Instance Method Summary collapse

Methods inherited from Check

#failing?, #initialize, #report

Constructor Details

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

Instance Method Details

#exit_codeObject



8
9
10
# File 'lib/simplecov/exit_codes/minimum_overall_coverage_check.rb', line 8

def exit_code
  SimpleCov::ExitCodes::MINIMUM_COVERAGE
end