提交 a89af6ab 编写于 作者: D Dmitriy Zaporozhets

Merge branch 'master' of github.com:gitlabhq/gitlabhq

......@@ -4,7 +4,7 @@ end
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!('rails')
Coveralls.wear_merged!
end
ENV['RAILS_ENV'] = 'test'
......
......@@ -9,5 +9,5 @@ unless Rails.env.production?
require 'coveralls/rake/task'
Coveralls::RakeTask.new
desc "GITLAB | Run all tests on CI with simplecov"
task :test_ci => [:spec, :spinach, 'coveralls:push']
task :test_ci => [:spinach, :spec, 'coveralls:push']
end
......@@ -4,7 +4,7 @@ end
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!('rails')
Coveralls.wear_merged!
end
ENV["RAILS_ENV"] ||= 'test'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册