diff options
| author | Alyssa Ross | 2016-09-21 22:58:35 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-21 22:58:35 +0100 |
| commit | b3a85aaf348c82d94daab2c2207afb8f3dba94d5 (patch) | |
| tree | 211fb7715cc2fcdaaa2f370c4612180111abab25 /Library | |
| parent | 9033af6bda721c88bdb14f6e18b844ab41bbcb84 (diff) | |
| download | brew-b3a85aaf348c82d94daab2c2207afb8f3dba94d5.tar.bz2 | |
test, cask-tests: update simplecov paths
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/.simplecov | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/.simplecov b/Library/Homebrew/.simplecov index 7b057e878..a7758c448 100755 --- a/Library/Homebrew/.simplecov +++ b/Library/Homebrew/.simplecov @@ -1,8 +1,8 @@ #!/usr/bin/env ruby SimpleCov.start do - coverage_dir File.expand_path("../coverage", File.realpath(__FILE__)) - root File.expand_path("../..", File.realpath(__FILE__)) + coverage_dir File.expand_path("../test/coverage", File.realpath(__FILE__)) + root File.expand_path("..", File.realpath(__FILE__)) # We manage the result cache ourselves and the default of 10 minutes can be # too low (particularly on Travis CI), causing results from some integration |
