Sha256: 97efdd582e9e1f2e1875a8fc72dd215b08a1bb070054620af1db3f8d46a4cbb8

Contents?: true

Size: 274 Bytes

Versions: 33

Compression:

Stored size: 274 Bytes

Contents

if Dir.pwd == File.expand_path("../../..", __FILE__)

require "simplecov"

SimpleCov.coverage_dir "test/coverage"
SimpleCov.start do
  add_group "DirectiveRecord", "lib"
  add_group "App models", "app/models"
  add_group "Test suite", "test"
  add_filter "boot.rb"
end

end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
directiverecord-0.1.32 test/test_helper/coverage.rb
directiverecord-0.1.31 test/test_helper/coverage.rb
directiverecord-0.1.30 test/test_helper/coverage.rb
directiverecord-0.1.29 test/test_helper/coverage.rb
directiverecord-0.1.28 test/test_helper/coverage.rb
directiverecord-0.1.27 test/test_helper/coverage.rb
directiverecord-0.1.26 test/test_helper/coverage.rb
directiverecord-0.1.25 test/test_helper/coverage.rb
directiverecord-0.1.24 test/test_helper/coverage.rb
directiverecord-0.1.23 test/test_helper/coverage.rb
directiverecord-0.1.22 test/test_helper/coverage.rb
directiverecord-0.1.21 test/test_helper/coverage.rb
directiverecord-0.1.20 test/test_helper/coverage.rb
directiverecord-0.1.19 test/test_helper/coverage.rb
directiverecord-0.1.18 test/test_helper/coverage.rb
directiverecord-0.1.17 test/test_helper/coverage.rb
directiverecord-0.1.16 test/test_helper/coverage.rb
directiverecord-0.1.15 test/test_helper/coverage.rb
directiverecord-0.1.14 test/test_helper/coverage.rb
directiverecord-0.1.13 test/test_helper/coverage.rb