Skip to content

Commit 9d39bfd

Browse files
authored
temporary disable codecov (#18)
1 parent e9ab99a commit 9d39bfd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gemspec
44

55
gem 'redis', '~> 4'
66
gem 'rspec'
7-
gem 'codecov', :require => false, :group => :test
7+
#gem 'codecov', :require => false, :group => :test
88

spec/helper.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
require 'simplecov'
2-
SimpleCov.start
3-
4-
require 'codecov'
5-
SimpleCov.formatter = SimpleCov::Formatter::Codecov
1+
#require 'simplecov'
2+
#SimpleCov.start
3+
#
4+
#require 'codecov'
5+
#SimpleCov.formatter = SimpleCov::Formatter::Codecov

0 commit comments

Comments
 (0)