Sha256: 3681577612e420085703309f3e017ae89638f22ef92e49ce7823cc015a98d178

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

if defined?(RUBY_ENGINE) && RUBY_ENGINE == "ruby"

  require "simplecov"

  if ENV["CI"]
    require "coveralls"
    Coveralls.wear!
    SimpleCov.formatter = Coveralls::SimpleCov::Formatter
  end

  SimpleCov.start do
    add_filter "vendor"
  end

end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rubykiq-0.0.2 spec/support/simplecov.rb
multi_mime-0.0.2 spec/support/simplecov.rb
rubykiq-0.0.1 spec/support/simplecov.rb