Sha256: c3dd4a51c72f6964be87a7c23779201e7697f7a6ed518c8c29a10f5d1828b32f
Contents?: true
Size: 166 Bytes
Versions: 44
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module SimpleCov module ExitCodes SUCCESS = 0 EXCEPTION = 1 MINIMUM_COVERAGE = 2 MAXIMUM_COVERAGE_DROP = 3 end end
Version data entries
44 entries across 32 versions & 3 rubygems