Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fdd7d06

Browse files
Use SimpleCov::Formatter::MultiFormatter
1 parent a8f2c9a commit fdd7d06

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
@@ -16,7 +16,7 @@
1616

1717
# Start Simplecov
1818
SimpleCov.start do
19-
formatter SimpleCov::Formatter::JSONFormatter
19+
formatter SimpleCov::Formatter::MultiFormatter.new([SimpleCov::Formatter::HTMLFormatter,SimpleCov::Formatter::JSONFormatter])
2020
add_filter 'spec/'
2121
end
2222

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /