spec/coverage_helper.rb in elephas-4.0.0 vs spec/coverage_helper.rb in elephas-4.1.0

- old
+ new

@@ -4,9 +4,12 @@ # 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| \ No newline at end of file