Moar vendored vagrant leftovers
This commit is contained in:
parent
bee1e98e35
commit
83076f4312
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ if ENV['COVERAGE']
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
# This can probably go away once we stop using vagrant as submodule
|
# This can probably go away once we stop using vagrant as submodule
|
||||||
add_filter { |source_file| source_file.filename =~ /\/vagrant\/plugins\// }
|
|
||||||
add_filter { |source_file| source_file.filename =~ /\/vagrant\/lib\/vagrant(\/|\.rb)/ }
|
|
||||||
add_filter { |source_file| source_file.filename =~ /\/spec\/support/ }
|
add_filter { |source_file| source_file.filename =~ /\/spec\/support/ }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue