We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f2c9a commit fdd7d06Copy full SHA for fdd7d06
spec/spec_helper.rb
@@ -16,7 +16,7 @@
16
17
# Start Simplecov
18
SimpleCov.start do
19
- formatter SimpleCov::Formatter::JSONFormatter
+ formatter SimpleCov::Formatter::MultiFormatter.new([SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::JSONFormatter])
20
add_filter 'spec/'
21
end
22
0 commit comments