Module: SimpleCov::ExitCodes::_CoverageLimits
- Defined in:
- sig/simplecov.rbs
Overview
The threshold-limit readers ExitCodeHandling consults. Satisfied by SimpleCov's own configuration, or by any object exposing the same readers (see the dogfood check in spec/helper.rb for an example built from a plain Data class).
Instance Method Summary collapse
- #maximum_coverage ⇒ Hash[Symbol, Numeric]
- #maximum_coverage_drop ⇒ Hash[Symbol, Numeric]
- #minimum_coverage ⇒ Hash[Symbol, Numeric]
- #minimum_coverage_by_file ⇒ Hash[Symbol, Numeric]
- #minimum_coverage_by_file_overrides ⇒ Object
- #minimum_coverage_by_group ⇒ Object
Instance Method Details
#maximum_coverage ⇒ Hash[Symbol, Numeric]
1417 |
# File 'sig/simplecov.rbs', line 1417
def maximum_coverage: () -> Hash[Symbol, Numeric]
|
#maximum_coverage_drop ⇒ Hash[Symbol, Numeric]
1419 |
# File 'sig/simplecov.rbs', line 1419
def maximum_coverage_drop: () -> Hash[Symbol, Numeric]
|
#minimum_coverage ⇒ Hash[Symbol, Numeric]
1409 |
# File 'sig/simplecov.rbs', line 1409
def minimum_coverage: () -> Hash[Symbol, Numeric]
|
#minimum_coverage_by_file ⇒ Hash[Symbol, Numeric]
1411 |
# File 'sig/simplecov.rbs', line 1411
def minimum_coverage_by_file: () -> Hash[Symbol, Numeric]
|
#minimum_coverage_by_file_overrides ⇒ Object
1413 |
# File 'sig/simplecov.rbs', line 1413
def minimum_coverage_by_file_overrides: () -> untyped
|
#minimum_coverage_by_group ⇒ Object
1415 |
# File 'sig/simplecov.rbs', line 1415
def minimum_coverage_by_group: () -> untyped
|