aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-07-21 21:07:51 +0800
committerXu Cheng2015-07-21 21:32:50 +0800
commit5433203fb41f450f64e83b29467ac40863417230 (patch)
tree6a95cda030fabb52eb68332d729d9b015eb9bc21 /Library
parentbc650a4f0d3689cab306a66f2a874aea1cdc7c24 (diff)
downloadbrew-5433203fb41f450f64e83b29467ac40863417230.tar.bz2
coverage: stop recording compat codes
Closes Homebrew/homebrew#41973. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/testing_env.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 60434aded..741ef022e 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -11,9 +11,10 @@ if ENV["HOMEBREW_TESTS_COVERAGE"]
coverage_dir File.expand_path("#{tests_path}/coverage")
root File.expand_path("#{tests_path}/..")
- add_filter "Homebrew/test"
- add_filter "vendor/bundle"
- add_filter "Homebrew/vendor"
+ add_filter "Homebrew/test/"
+ add_filter "vendor/bundle/"
+ add_filter "Homebrew/vendor/"
+ add_filter "Homebrew/compat/"
end
end