Sha256: c24b7b7da1dfb4fe211e6154b0bba66ea0b3e7d755f8dcafc39a79544329f3c3

Contents?: true

Size: 236 Bytes

Versions: 3

Compression:

Stored size: 236 Bytes

Contents

unless ENV['NO_COVERAGE']
  require 'simplecov'
  require 'coveralls'

  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
    SimpleCov::Formatter::HTMLFormatter,
    Coveralls::SimpleCov::Formatter
  ]
  SimpleCov.start
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pacto-0.3.1 spec/coveralls_helper.rb
pacto-0.3.0 spec/coveralls_helper.rb
pacto-0.3.0.pre spec/coveralls_helper.rb