Remove spec support code from code coverage report
This commit is contained in:
parent
91c9c059ff
commit
c9288159d2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ if ENV['COVERAGE']
|
||||||
# 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\/plugins\// }
|
||||||
add_filter { |source_file| source_file.filename =~ /\/vagrant\/lib\/vagrant(\/|\.rb)/ }
|
add_filter { |source_file| source_file.filename =~ /\/vagrant\/lib\/vagrant(\/|\.rb)/ }
|
||||||
|
add_filter { |source_file| source_file.filename =~ /\/spec\/support/ }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue