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

Instance Method Details

#maximum_coverageHash[Symbol, Numeric]

Returns:

  • (Hash[Symbol, Numeric])


1549
# File 'sig/simplecov.rbs', line 1549

def maximum_coverage: () -> Hash[Symbol, Numeric]

#maximum_coverage_dropHash[Symbol, Numeric]

Returns:

  • (Hash[Symbol, Numeric])


1551
# File 'sig/simplecov.rbs', line 1551

def maximum_coverage_drop: () -> Hash[Symbol, Numeric]

#minimum_coverageHash[Symbol, Numeric]

Returns:

  • (Hash[Symbol, Numeric])


1541
# File 'sig/simplecov.rbs', line 1541

def minimum_coverage: () -> Hash[Symbol, Numeric]

#minimum_coverage_by_fileHash[Symbol, Numeric]

Returns:

  • (Hash[Symbol, Numeric])


1543
# File 'sig/simplecov.rbs', line 1543

def minimum_coverage_by_file: () -> Hash[Symbol, Numeric]

#minimum_coverage_by_file_overridesObject

Returns:

  • (Object)


1545
# File 'sig/simplecov.rbs', line 1545

def minimum_coverage_by_file_overrides: () -> untyped

#minimum_coverage_by_groupObject

Returns:

  • (Object)


1547
# File 'sig/simplecov.rbs', line 1547

def minimum_coverage_by_group: () -> untyped