class SimpleCov::Configuration::CoverageCriterion

def maximum(percent)

`minimum` (or via `exact`) this pins coverage so an unexpected jump fails.
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