Module: Codacy::Reporter
- Defined in:
- lib/codacy/reporter.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
5 6 7 8 |
# File 'lib/codacy/reporter.rb', line 5 def self.start SimpleCov.formatter = Codacy::Formatter SimpleCov.start end |