Sha256: 1acaf6f6e7d00c86825672fb912ac45d03342ac303606cd14ae161fc610318e2

Contents?: true

Size: 426 Bytes

Versions: 38

Compression:

Stored size: 426 Bytes

Contents

# frozen_string_literal: true

SimpleCov.configure do
  enable_coverage :branch
  add_filter '/spec/'

  add_group 'Binaries', '/bin/'
  add_group 'Libraries', '/lib/'

  if ENV['CI']
    require 'simplecov-lcov'

    SimpleCov::Formatter::LcovFormatter.config do |c|
      c.report_with_single_file = true
      c.single_report_path = 'coverage/lcov.info'
    end

    formatter SimpleCov::Formatter::LcovFormatter
  end
end

Version data entries

38 entries across 34 versions & 14 rubygems

Version Path
schema_validations-2.4.1 .simplecov
schema_plus_default_expr-1.0.1 .simplecov
schema_associations-1.4.0 .simplecov
schema_plus_views-1.0.1 .simplecov
schema_plus_columns-1.0.1 .simplecov
schema_plus_foreign_keys-1.1.0 .simplecov
schema_plus_triggers-1.0.1 .simplecov
schema_plus_functions-1.0.1 .simplecov
schema_plus_indexes-1.0.1 .simplecov
schema_plus_compatibility-1.0.1 .simplecov
schema_plus_foreign_keys-1.0.1 .simplecov
schema_plus_core-3.1.0 .simplecov
schema_monkey-3.0.2 .simplecov
schema_dev-4.2.0 .simplecov
schema_dev-4.2.0 templates/gem/simplecov.erb
schema_plus_default_expr-1.0.0 .simplecov
schema_dev-4.2.beta.5 .simplecov
schema_dev-4.2.beta.5 templates/gem/simplecov.erb
schema_plus_columns-1.0.1.beta.1 .simplecov
schema_plus_indexes-1.0.1.beta.3 .simplecov