Skip to content

Commit

Permalink
Remove explicit dependency on coveralls gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 11, 2021
1 parent aa8fc2b commit eb93358
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ group :test do
gem 'rake'
gem 'simplecov', '~> 0.21', platforms: :mri
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
gem 'coveralls', platforms: :mri
end
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
begin
require 'simplecov'
require 'simplecov-lcov'
require 'coveralls'
SimpleCov::Formatter::LcovFormatter.config do |config|
#Coveralls is coverage by default/lcov. Send info results
config.report_with_single_file = true
Expand Down

0 comments on commit eb93358

Please sign in to comment.