Class: SimpleCov::ExitCodes::MinimumOverallCoverageCheck
- 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_code ⇒ Object
8 9 10 |
# File 'lib/simplecov/exit_codes/minimum_overall_coverage_check.rb', line 8 def exit_code SimpleCov::ExitCodes::MINIMUM_COVERAGE end |