Sha256: 5c46b1b24ea043edabf77605e1fdbc3d052192b00759f02f043d3b8feb3497b8

Contents?: true

Size: 324 Bytes

Versions: 6

Compression:

Stored size: 324 Bytes

Contents

if ENV['coverage'] == 'on'
  require 'simplecov'

  SimpleCov.start 'rails' do
    minimum_coverage 79

    add_filter do |file|
      file.filename.match(/\.bundle/)
    end

    # Groups
    add_group 'Services', 'app/services'
    add_group 'Workers', 'app/workers'
    add_group 'Generators', 'lib/generators'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
csv_import_magic-0.0.11 spec/support/simplecov.rb
csv_import_magic-0.0.10 spec/support/simplecov.rb
csv_import_magic-0.0.8 spec/support/simplecov.rb
csv_import_magic-0.0.7 spec/support/simplecov.rb
csv_import_magic-0.0.6 spec/support/simplecov.rb
csv_import_magic-0.0.5 spec/support/simplecov.rb