Sha256: 1f1fcf431ac85204ff262d0ed3b223855536a50a7865796364d27330c416149d

Contents?: true

Size: 472 Bytes

Versions: 7

Compression:

Stored size: 472 Bytes

Contents

# frozen_string_literal: true

require 'simplecov'
SimpleCov.start('rails') do
  add_group 'Policies', 'app/policies'

  add_filter('/bin/')
  add_filter('/config/')
  add_filter('/db/')
  add_filter('/docs/')
  add_filter('/lib/tasks/auto_annotate_models.rake')
  add_filter('/lib/tasks/coverage.rake')
  add_filter('/node_modules/')
  add_filter('/public/')
  add_filter('/storage/')
  add_filter('/tmp/')
end
SimpleCov.minimum_coverage(90)
SimpleCov.use_merging(false)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/dotfiles/simplecov
kowl-0.0.6 lib/kowl/templates/dotfiles/simplecov
kowl-0.0.5 lib/kowl/templates/dotfiles/simplecov
kowl-0.0.4 lib/kowl/templates/dotfiles/simplecov
kowl-0.0.3 lib/kowl/templates/dotfiles/simplecov
kowl-0.0.2 lib/kowl/templates/dotfiles/simplecov
kowl-0.0.1 lib/kowl/templates/dotfiles/simplecov