.simplecov_spawn.rb in rspec-openapi-0.9.0 vs .simplecov_spawn.rb in rspec-openapi-0.10.0
- old
+ new
@@ -7,9 +7,10 @@
SimpleCov.at_fork.call(Process.pid)
SimpleCov.formatter SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::CoberturaFormatter,
])
SimpleCov.start do
+ enable_coverage :branch
add_filter '/spec/'
add_filter '/scripts/'
end
end