Sha256: 9d0e9f1d56f632d4be23d77b15ef4288e9b254e2f0fe72c178f81b2dc5198b33

Contents?: true

Size: 334 Bytes

Versions: 21

Compression:

Stored size: 334 Bytes

Contents

unless ENV['COVERAGE'] == 'false'
  require 'simplecov-rcov'

  class SimpleCov::Formatter::MergedFormatter
    def format(result)
      SimpleCov::Formatter::HTMLFormatter.new.format(result)
      SimpleCov::Formatter::RcovFormatter.new.format(result)
    end
  end

  SimpleCov.formatter = SimpleCov::Formatter::MergedFormatter
end

Version data entries

21 entries across 21 versions & 8 rubygems

Version Path
whedon-0.0.3 .simplecov
stachio-0.2.1 .simplecov
stachio-0.2.0 .simplecov
sidekiq-apriori-0.1.1 .simplecov
sidekiq-dynamic-throttle-0.1.2 .simplecov
sidekiq-dynamic-throttle-0.1.1 .simplecov
sidekiq-dynamic-throttle-0.1.0 .simplecov
stachio-0.1.0 .simplecov
saltine-0.0.1 .simplecov
sidekiq-rate-limiter-0.1.0 .simplecov
sidekiq-rate-limiter-0.0.1 .simplecov
sidekiq-rate-limiter-0.0.0 .simplecov
sidekiq-apriori-0.0.3 .simplecov
sidekiq-apriori-0.0.2 .simplecov
sidekiq-apriori-0.0.1 .simplecov
netl-0.0.0 .simplecov
esque-0.0.0 .simplecov
stachio-0.0.6 .simplecov
stachio-0.0.5 .simplecov
stachio-0.0.4 .simplecov