2016-01-26 11:15:38 -05:00
|
|
|
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
|
2015-07-10 00:27:23 -04:00
|
|
|
SimpleCov::Formatter::HTMLFormatter,
|
|
|
|
SimpleCov::Formatter::MetricFu
|
2016-01-26 11:15:38 -05:00
|
|
|
])
|
2015-07-10 00:19:01 -04:00
|
|
|
SimpleCov.start do
|
|
|
|
add_filter 'spec/'
|
|
|
|
add_filter 'config/'
|
|
|
|
add_filter 'vendor/'
|
|
|
|
end
|