Sha256: 4826ddf790dbff37a75219f7bfe18577ec822ce9df37983004b3c0fd61506748
Contents?: true
Size: 322 Bytes
Versions: 8
Compression:
Stored size: 322 Bytes
Contents
require 'simplecov-json' require 'codeclimate-test-reporter' SimpleCov.command_name 'rspec' SimpleCov.refuse_coverage_drop SimpleCov.formatters = [ SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::JSONFormatter, ] SimpleCov.start do add_filter '/spec/' add_filter '/bin/' add_filter '/gemfiles/' end
Version data entries
8 entries across 8 versions & 1 rubygems