Skip to content

Commit

Permalink
(CAT-1618) - Remove deprecated codecov gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Jan 24, 2024
1 parent c55c610 commit ea3f218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ group :development do
end

group :test do
gem 'codecov'
gem 'parallel'
gem 'parallel_tests'
gem 'rake'
Expand Down
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
SimpleCov::Formatter::Console
]

if ENV['CI'] == 'true'
require 'codecov'
SimpleCov.formatters << SimpleCov::Formatter::Codecov
end

SimpleCov.start do
track_files 'lib/**/*.rb'

Expand Down

0 comments on commit ea3f218

Please sign in to comment.