class SimpleCov::ExitCodes::MaximumCoverageDropCheck

def failing?

def failing?
  return false unless maximum_coverage_drop && last_run
  coverage_drop_violations.any?
end