Sha256: 8a3cc4dcd79f56bfd899ae6e4d122787d4bf4b0928dbfe40f71cdb8852a30fc1
Contents?: true
Size: 454 Bytes
Versions: 27
Compression:
Stored size: 454 Bytes
Contents
require "simplecov-json" require "codeclimate-test-reporter" require "coveralls" CodeClimate::TestReporter.start SimpleCov.maximum_coverage_drop 1 SimpleCov.formatters = [ SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::JSONFormatter, CodeClimate::TestReporter::Formatter, Coveralls::SimpleCov::Formatter, ] CodeClimate::TestReporter.start SimpleCov.start do add_filter "/spec/" add_filter "/bin/" add_filter "/gemfiles/" end
Version data entries
27 entries across 27 versions & 1 rubygems