Sha256: 74e5320c45ccf5f600e2f2852d93abcbd84eed25866a69897c25c7cd0c579fc2

Contents?: true

Size: 380 Bytes

Versions: 16

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

require "simplecov"

if ENV["CI"]
  require "simplecov-lcov"

  SimpleCov::Formatter::LcovFormatter.config do |config|
    config.report_with_single_file = true
    config.lcov_file_name          = "lcov.info"
  end

  SimpleCov.formatter = SimpleCov::Formatter::LcovFormatter
end

SimpleCov.start do
  add_filter "/spec/"
  minimum_coverage 80
end

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/simplecov.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/simplecov.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/simplecov.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/http-5.2.0/spec/support/simplecov.rb
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/simplecov.rb
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/simplecov.rb
http-5.2.0 spec/support/simplecov.rb
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/simplecov.rb
http-rspec-0.1.0 spec/support/simplecov.rb
http-5.1.1 spec/support/simplecov.rb
http-5.1.0 spec/support/simplecov.rb
http-5.0.4 spec/support/simplecov.rb
http-5.0.3 spec/support/simplecov.rb
http-5.0.2 spec/support/simplecov.rb
http-5.0.1 spec/support/simplecov.rb
http-5.0.0 spec/support/simplecov.rb