Skip to content

Commit 5dded7e

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
remove code cov
1 parent bcc107b commit 5dded7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gemspec
2020
group :test do
2121
gem "minitest", "~> 5.0"
2222
gem "rspec"
23-
gem 'codecov'
23+
# gem 'codecov'
2424
gem 'webmock'
2525
gem 'byebug'
2626
end

test/imagekit/spec_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
require 'simplecov'
22
SimpleCov.start 'rails'
33

4-
require 'codecov'
5-
SimpleCov.formatter = SimpleCov::Formatter::Codecov
4+
# require 'codecov'
5+
# SimpleCov.formatter = SimpleCov::Formatter::Codecov
66

77
require 'base64'
88
require 'rspec'

0 commit comments

Comments
 (0)