Sha256: 7e003b6183cdfb5bda0e9cf6c532b5798a5d3393fa4ebd1120ad6cfa7f3aa333

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

# -*- encoding : utf-8 -*-
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.4.0.rc3 spec/coveralls_helper.rb
pacto-0.4.0.rc2 spec/coveralls_helper.rb
pacto-0.4.0.rc1 spec/coveralls_helper.rb