Commit caec732c authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by Grzegorz Bizon

Add simplecov to spinach tests

parent 93f98fb8
if ENV['SIMPLECOV']
require 'simplecov'
SimpleCov.start :rails do
if ENV['CI_BUILD_NAME']
coverage_dir "coverage/#{ENV['CI_BUILD_NAME']}"
command_name ENV['CI_BUILD_NAME']
merge_timeout 7200
end
end
end
ENV['RAILS_ENV'] = 'test'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment