Skip to content

Commit

Permalink
changing simplecov to coveralls for coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Jul 11, 2017
1 parent 9d94f0b commit 2bb0141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ group :development, :test do
gem 'rspec-rails', "~> 3"
gem 'rails-controller-testing'
gem 'rspec-its'
gem 'simplecov', :require => false
gem 'coveralls', require: false
end
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'simplecov'
SimpleCov.start
require 'coveralls'
Coveralls.wear!

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path(File.dirname(__FILE__) + "/../fixture_rails_root/config/environment")
Expand Down

0 comments on commit 2bb0141

Please sign in to comment.