Skip to content
This repository was archived by the owner on Dec 29, 2018. It is now read-only.

Commit 11f9ede

Browse files
committed
This might work maybe. LET'S FIND OUT.
1 parent fa84580 commit 11f9ede

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/spec_helper.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
require 'simplecov'
88

99
SimpleCov.configure do
10+
formatter SimpleCov::Formatter::MultiFormatter[
11+
SimpleCov::Formatter::HTMLFormatter,
12+
CodeClimate::TestReporter::Formatter
13+
]
14+
1015
add_filter 'spec/'
1116

1217
add_group 'Sandbox' do |src|

0 commit comments

Comments
 (0)