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 93cf6db commit 6142231Copy full SHA for 6142231
1 file changed
spec/spec_helper.rb
@@ -13,10 +13,12 @@
13
c.single_report_path = "coverage/lcov.info"
14
end
15
16
- SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([
17
- SimpleCov::Formatter::HTMLFormatter,
18
- SimpleCov::Formatter::LcovFormatter
19
- ])
+ SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new(
+ [
+ SimpleCov::Formatter::HTMLFormatter,
+ SimpleCov::Formatter::LcovFormatter,
20
+ ]
21
+ )
22
23
SimpleCov.start do
24
add_filter "/spec/"
0 commit comments