Remove spec support code from code coverage report

This commit is contained in:
Fabio Rehm 2013-03-02 23:33:57 -03:00
parent 91c9c059ff
commit c9288159d2

View file

@ -4,6 +4,7 @@ if ENV['COVERAGE']
# 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/ }
end
end