Skip to content

Commit ff04b78

Browse files
committed
Use SimpleCov::Formatter::MultiFormatter
1 parent 44ef3ce commit ff04b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Start Simplecov
88
SimpleCov.start do
9-
formatter SimpleCov::Formatter::JSONFormatter
9+
formatter SimpleCov::Formatter::MultiFormatter.new([SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::JSONFormatter])
1010
add_filter 'spec/'
1111
end
1212

0 commit comments

Comments
 (0)