mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 11:08:40 -05:00
9 lines
180 B
Ruby
9 lines
180 B
Ruby
SimpleCov.configure do
|
|
add_filter 'spec/'
|
|
add_filter 'vendor/'
|
|
add_filter do |file|
|
|
file.lines_of_code < 10
|
|
end
|
|
end
|
|
|
|
SimpleCov.start if ENV['BEAKER_VMPOOLER_COVERAGE']
|