diff options
| author | Martin Afanasjew | 2016-01-20 06:33:34 +0100 |
|---|---|---|
| committer | Martin Afanasjew | 2016-01-21 05:42:06 +0100 |
| commit | a12c5816aa9d80755f65a4fe53e7d55888a914ac (patch) | |
| tree | 45600669ccb2102cbf8e5ddea3a2f816fe9b2811 /Library | |
| parent | 5775d3b326949eba3a83a39b31595e0f56bc9a82 (diff) | |
| download | brew-a12c5816aa9d80755f65a4fe53e7d55888a914ac.tar.bz2 | |
tests: remove useless filter for coverage tests
The filter for `vendor/bundle/` is useless because this directory is
located in `Homebrew/test/` and that one is already filtered. Moreover,
SimpleCov already loads the `bundler_filter` profile (that installs
basically the same filter) in its default configuration.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/.simplecov | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index 34d221840..e6db2ca62 100644 --- a/Library/Homebrew/test/.simplecov +++ b/Library/Homebrew/test/.simplecov @@ -7,7 +7,6 @@ SimpleCov.start do coverage_dir File.expand_path("#{tests_path}/coverage") root File.expand_path("#{tests_path}/../../") - add_filter "vendor/bundle/" add_filter "Formula/" add_filter "Homebrew/compat/" add_filter "Homebrew/test/" |
