We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e01a37 commit ef2c1f9Copy full SHA for ef2c1f9
2 files changed
Gemfile
@@ -33,5 +33,4 @@ group :test do
33
gem 'fasterer'
34
gem 'simplecov', '~> 0.21', platforms: :mri
35
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
36
- gem 'coveralls', platforms: :mri
37
end
spec/spec_helper.rb
@@ -2,7 +2,6 @@
2
begin
3
require 'simplecov'
4
require 'simplecov-lcov'
5
- require 'coveralls'
6
7
SimpleCov::Formatter::LcovFormatter.config do |config|
8
#Coveralls is coverage by default/lcov. Send info results
0 commit comments