coverage: stop recording compat codes
Closes Homebrew/homebrew#41973. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
bc650a4f0d
commit
5433203fb4
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user