coverage: stop recording compat codes

Closes Homebrew/homebrew#41973.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-07-21 21:07:51 +08:00
parent bc650a4f0d
commit 5433203fb4

View File

@ -11,9 +11,10 @@ if ENV["HOMEBREW_TESTS_COVERAGE"]
coverage_dir File.expand_path("#{tests_path}/coverage") coverage_dir File.expand_path("#{tests_path}/coverage")
root File.expand_path("#{tests_path}/..") root File.expand_path("#{tests_path}/..")
add_filter "Homebrew/test" add_filter "Homebrew/test/"
add_filter "vendor/bundle" add_filter "vendor/bundle/"
add_filter "Homebrew/vendor" add_filter "Homebrew/vendor/"
add_filter "Homebrew/compat/"
end end
end end