Sha256: 60ece7f13e7913aec0c852c7feb325f066ef688143aa2a3b76cf397d93a2b093
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-unique-jobs-5.0.11 | .simplecov |