class Pronto::Rustcov

def pronto_files_limit

def pronto_files_limit
  ENV['PRONTO_RUSTCOV_FILES_LIMIT']&.to_i || 5
end