Sha256: 6a23e2f469b07db5b6e31b14a2df58edc2827c406fe474fca7d6b0388e9daad4
Contents?: true
Size: 234 Bytes
Versions: 3
Compression:
Stored size: 234 Bytes
Contents
require 'simplecov' module Codacy module Reporter def self.start(profile: nil, partial: false) SimpleCov.formatter = partial ? Codacy::PartialFormatter : Codacy::Formatter SimpleCov.start(profile) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
codacy-coverage-2.2.1 | lib/codacy/reporter.rb |
codacy-coverage-2.2.0 | lib/codacy/reporter.rb |
codacy-coverage-2.1.5 | lib/codacy/reporter.rb |