Sha256: 2fca5f2bd315001c86c82fa6c30296d60dc47bce7e0b40cab945a411b616cb70

Contents?: true

Size: 487 Bytes

Versions: 12

Compression:

Stored size: 487 Bytes

Contents

require "simplecov"

SimpleCov.minimum_coverage 90

if ENV["SIMPLECOV_COMMAND_NAME"]
  SimpleCov.command_name ENV["SIMPLECOV_COMMAND_NAME"]
  case ENV["SIMPLECOV_COMMAND_NAME"]
  when "spec:quick"
    SimpleCov.minimum_coverage 92
  when "spec:slow"
    SimpleCov.minimum_coverage 92
  when "pact:verify"
    SimpleCov.minimum_coverage 62
  end
end

SimpleCov.start do
  add_filter "/db/"
  add_filter "/example/"
  add_filter "/spec/"
  add_filter "/tasks/"
  add_filter "/script/"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pact_broker-2.89.1 spec/support/simplecov.rb
pact_broker-2.89.0 spec/support/simplecov.rb
pact_broker-2.88.0 spec/support/simplecov.rb
pact_broker-2.87.0 spec/support/simplecov.rb
pact_broker-2.86.0 spec/support/simplecov.rb
pact_broker-2.85.1 spec/support/simplecov.rb
pact_broker-2.85.0 spec/support/simplecov.rb
pact_broker-2.84.0 spec/support/simplecov.rb
pact_broker-2.83.0 spec/support/simplecov.rb
pact_broker-2.82.0 spec/support/simplecov.rb
pact_broker-2.81.0 spec/support/simplecov.rb
pact_broker-2.80.0 spec/support/simplecov.rb