Sha256: 83dab6d2ae374d3fe2deaf3f9c8921dd708638b836c9cc18b6d1a3c184d8c1d8
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
require 'simplecov' module Codacy module Reporter def self.start(profile = nil, partial = true) SimpleCov.formatter = partial ? Codacy::Formatter::Partial : Codacy::Formatter SimpleCov.start(profile) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codacy-coverage-2.1.4 | lib/codacy/reporter.rb |