Skip to content
Snippets Groups Projects
Unverified Commit 522d754d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Try wear_merged! without argument

parent 3dde6bb3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@ end
 
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!('rails')
Coveralls.wear_merged!
end
 
ENV['RAILS_ENV'] = 'test'
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
@@ -4,7 +4,7 @@ end
 
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!('rails')
Coveralls.wear_merged!
end
 
ENV["RAILS_ENV"] ||= 'test'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment