lcoveralls 0.1.0.pre.1 → 0.1.0.pre.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/lcoveralls/option_parser.rb +1 -1
- data/lib/lcoveralls/runner.rb +1 -1
- data/lib/lcoveralls/version.rb +1 -1
- metadata +1 -1
data/lib/lcoveralls/runner.rb
CHANGED
@@ -52,7 +52,7 @@ module Lcoveralls
|
|
52
52
|
root_dirs.shift[0]
|
53
53
|
else
|
54
54
|
root_dir = root_dirs.max_by { |key, value| value }[0]
|
55
|
-
@log.warn "Found multiple possible repo roots
|
55
|
+
@log.warn "Found multiple possible repo roots; settled on: #{root_dir}"
|
56
56
|
root_dir
|
57
57
|
end
|
58
58
|
end
|
data/lib/lcoveralls/version.rb
CHANGED