Skip to content

Commit d8fa3e5

Browse files
committed
Use SimpleCov::Formatter::MultiFormatter
1 parent 5a6d3ed commit d8fa3e5

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
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)