Skip to content

Commit

Permalink
Merge pull request #1309 from puppetlabs/pdksync_cat-1693-remove_depr…
Browse files Browse the repository at this point in the history
…ecated_codecov

pdksync - (CAT-1618) - Remove deprecated/obsolete codecov gem
  • Loading branch information
david22swan authored Jan 25, 2024
2 parents c55c610 + ea3f218 commit a1b3b18
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 a1b3b18

Please sign in to comment.