class SimpleCov::Configuration::CoverageCriterion
def maximum(percent)
Overall maximum: fails the build if coverage rises above it. Paired with
def maximum(percent) @config.send(:store_overall_threshold, :maximum_coverage, @criterion, percent) end
def maximum(percent) @config.send(:store_overall_threshold, :maximum_coverage, @criterion, percent) end