mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
Initial commit
This commit is contained in:
commit
d1f0a7b7ea
15 changed files with 1518 additions and 0 deletions
9
.simplecov
Normal file
9
.simplecov
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue