Sha256: 81a015a7929cf4a820688807087a8bcbffff2a0272e7c371813e104ce276de29

Contents?: true

Size: 512 Bytes

Versions: 9

Compression:

Stored size: 512 Bytes

Contents

# encoding: utf-8
#
# This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
# 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
    path !~ /^(bin|lib)/
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bovem-2.4.0 spec/coverage_helper.rb
bovem-2.3.7 spec/coverage_helper.rb
bovem-2.3.6 spec/coverage_helper.rb
bovem-2.3.5 spec/coverage_helper.rb
bovem-2.3.4 spec/coverage_helper.rb
bovem-2.3.3 spec/coverage_helper.rb
bovem-2.3.2 spec/coverage_helper.rb
bovem-2.3.1 spec/coverage_helper.rb
bovem-2.3.0 spec/coverage_helper.rb