lib/simplecov/exit_codes.rb



module SimpleCov::ExitCodes
  EXCEPTION = 1
  MINIMUM_COVERAGE = 2
  MAXIMUM_COVERAGE_DROP = 3
end