test, cask-tests: update simplecov paths
This commit is contained in:
parent
9033af6bda
commit
b3a85aaf34
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
coverage_dir File.expand_path("../coverage", File.realpath(__FILE__))
|
coverage_dir File.expand_path("../test/coverage", File.realpath(__FILE__))
|
||||||
root File.expand_path("../..", File.realpath(__FILE__))
|
root File.expand_path("..", File.realpath(__FILE__))
|
||||||
|
|
||||||
# We manage the result cache ourselves and the default of 10 minutes can be
|
# 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
|
# too low (particularly on Travis CI), causing results from some integration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user