Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit e552f9e

Browse files
committed
add reporter
1 parent 9a64b07 commit e552f9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/codacy/reporter.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
require 'simplecov'
2+
3+
module Codacy
4+
module Reporter
5+
def start
6+
SimpleCov.formatter = Codacy::Formatter
7+
SimpleCov.start
8+
end
9+
end
10+
end

0 commit comments

Comments
 (0)