Sha256: 068a1d0671971d09c13995be9da8583d2eb1a18a8aef3c1ababe0a3f066bd668

Contents?: true

Size: 543 Bytes

Versions: 13

Compression:

Stored size: 543 Bytes

Contents

# -*- mode: ruby -*-

SimpleCov.start do
  # any custom configs like groups and filters can be here at a central place
  add_filter '/spec/'
  add_filter '/tmp/'
  add_group "Models", "lib/fat_table"
  add_group "Core Extension", "lib/ext"
  # After this many seconds between runs, old coverage stats are thrown out,
  # so 3600 => 1 hour
  merge_timeout 3600
  # Make this true to merge rspec and cucumber coverage together
  use_merging false
  command_name 'Rspec'
  nocov_token 'no_cover'
  # Branch coverage
  enable_coverage :branch
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_table-0.9.8 .simplecov
fat_table-0.9.7 .simplecov
fat_table-0.9.5 .simplecov
fat_table-0.9.3 .simplecov
fat_table-0.9.2 .simplecov
fat_table-0.9.1 .simplecov
fat_table-0.9.0 .simplecov
fat_table-0.8.0 .simplecov
fat_table-0.7.0 .simplecov
fat_table-0.6.6 .simplecov
fat_table-0.6.4 .simplecov
fat_table-0.6.3 .simplecov
fat_table-0.6.2 .simplecov