Sha256: 2ce63f995ebdb22ebc1110e9b564a5c49bfbdacdae8ed03e2ab51fd5d6eaf8f7

Contents?: true

Size: 299 Bytes

Versions: 17

Compression:

Stored size: 299 Bytes

Contents

require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]

SimpleCov.start do
  add_filter 'lib/rasti/db/nql/syntax.rb'

  add_group 'Rasti::DB', 'lib'
  add_group 'Spec', 'spec'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rasti-db-4.2.0 spec/coverage_helper.rb
rasti-db-4.1.1 spec/coverage_helper.rb
rasti-db-4.1.0 spec/coverage_helper.rb
rasti-db-4.0.0 spec/coverage_helper.rb
rasti-db-3.0.0 spec/coverage_helper.rb
rasti-db-2.3.3 spec/coverage_helper.rb
rasti-db-2.3.2 spec/coverage_helper.rb
rasti-db-2.3.1 spec/coverage_helper.rb
rasti-db-2.3.0 spec/coverage_helper.rb
rasti-db-2.2.0 spec/coverage_helper.rb
rasti-db-2.1.0 spec/coverage_helper.rb
rasti-db-2.0.1 spec/coverage_helper.rb
rasti-db-2.0.0 spec/coverage_helper.rb
rasti-db-1.5.0 spec/coverage_helper.rb
rasti-db-1.4.0 spec/coverage_helper.rb
rasti-db-1.3.1 spec/coverage_helper.rb
rasti-db-1.3.0 spec/coverage_helper.rb