Skip to content

Commit d6beaed

Browse files
committed
Don'e explicitlly use coveralls gem.
1 parent 070173c commit d6beaed

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ group :development, :test do
2424
gem 'erubis'
2525
gem 'simplecov', '~> 0.21', platforms: :mri
2626
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
27-
gem 'coveralls', platforms: :mri
2827
end

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
begin
1010
require 'simplecov'
1111
require 'simplecov-lcov'
12-
require 'coveralls'
1312

1413
SimpleCov::Formatter::LcovFormatter.config do |config|
1514
#Coveralls is coverage by default/lcov. Send info results

0 commit comments

Comments
 (0)