spec/coverage_helper.rb in lazier-3.0.1 vs spec/coverage_helper.rb in lazier-3.1.0
- old
+ new
@@ -4,10 +4,13 @@
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#
require "pathname"
require "simplecov"
-
+require "coveralls"
+
+Coveralls.wear!
+
SimpleCov.start do
root = Pathname.new(File.dirname(__FILE__)) + ".."
add_filter do |src_file|
path = Pathname.new(src_file.filename).relative_path_from(root).to_s
\ No newline at end of file