Skip to content

Commit

Permalink
temporary disable codecov (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Feb 23, 2022
1 parent e9ab99a commit 9d39bfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gemspec

gem 'redis', '~> 4'
gem 'rspec'
gem 'codecov', :require => false, :group => :test
#gem 'codecov', :require => false, :group => :test

10 changes: 5 additions & 5 deletions spec/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'simplecov'
SimpleCov.start

require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
#require 'simplecov'
#SimpleCov.start
#
#require 'codecov'
#SimpleCov.formatter = SimpleCov::Formatter::Codecov

0 comments on commit 9d39bfd

Please sign in to comment.