Skip to content

Commit

Permalink
Merge pull request #384 from puppetlabs/pdksync_cat-1693-remove_depre…
Browse files Browse the repository at this point in the history
…cated_codecov

pdksync - (CAT-1618) - Remove deprecated/obsolete codecov gem
  • Loading branch information
gavindidrichsen authored Jan 24, 2024
2 parents 474f761 + 0bba2d4 commit f1a2785
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 @@ -43,7 +43,6 @@ group :development do
gem 'serverspec'
gem 'simplecov', require: false
gem 'simplecov-console', require: false
gem 'codecov', require: false

gem 'redcarpet'
end
Expand Down
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
SimpleCov::Formatter::Console
]

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

SimpleCov.start do
track_files 'lib/**/*.rb'
add_filter 'lib/puppet-strings/version.rb'
Expand Down

0 comments on commit f1a2785

Please sign in to comment.