Move simplecov_custom_profile to test/ & gate with TRAVIS env
This commit is contained in:
parent
e4b1382bfd
commit
fbe52bca85
|
@ -1,7 +1,9 @@
|
||||||
require 'simplecov_custom_profile'
|
unless ENV['TRAVIS']
|
||||||
SimpleCov.start('gem') do
|
require File.expand_path('../simplecov_custom_profile', __FILE__)
|
||||||
add_filter "/vendor/bundle"
|
SimpleCov.start('gem') do
|
||||||
add_filter "/vendor/gem"
|
add_filter "/vendor/bundle"
|
||||||
|
add_filter "/vendor/gem"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
|
Loading…
Reference in New Issue