diff options
| author | Baptiste Fontaine | 2016-01-27 22:03:17 +0100 |
|---|---|---|
| committer | Baptiste Fontaine | 2016-02-06 14:20:57 +0100 |
| commit | aec4e0723a909f3db42475d3c97bb5204aeaffef (patch) | |
| tree | 4052f16e5c98318df40bbf4e81428fa18019aeaf /Library | |
| parent | abf81f98454555f7d2254b27b67abe73e833e65e (diff) | |
| download | brew-aec4e0723a909f3db42475d3c97bb5204aeaffef.tar.bz2 | |
tests: track all files
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/.simplecov | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index 8df416a20..b42d29f8f 100644 --- a/Library/Homebrew/test/.simplecov +++ b/Library/Homebrew/test/.simplecov @@ -11,6 +11,13 @@ SimpleCov.start do add_filter "Homebrew/compat/" add_filter "Homebrew/test/" add_filter "Homebrew/vendor/" + add_filter "Taps/" + + # Not using this during integration tests makes the tests 4x times faster + # without changing the coverage. + unless ENV["HOMEBREW_INTEGRATION_TEST"] + track_files "#{SimpleCov.root}/**/*.rb" + end end if ENV["HOMEBREW_INTEGRATION_TEST"] |
