Skip to content

Commit f1a2785

Browse files
Merge pull request #384 from puppetlabs/pdksync_cat-1693-remove_deprecated_codecov
pdksync - (CAT-1618) - Remove deprecated/obsolete codecov gem
2 parents 474f761 + 0bba2d4 commit f1a2785

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ group :development do
4343
gem 'serverspec'
4444
gem 'simplecov', require: false
4545
gem 'simplecov-console', require: false
46-
gem 'codecov', require: false
4746

4847
gem 'redcarpet'
4948
end

spec/spec_helper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
SimpleCov::Formatter::Console
1010
]
1111

12-
if ENV['CI'] == 'true'
13-
require 'codecov'
14-
SimpleCov.formatters << SimpleCov::Formatter::Codecov
15-
end
16-
1712
SimpleCov.start do
1813
track_files 'lib/**/*.rb'
1914
add_filter 'lib/puppet-strings/version.rb'

0 commit comments

Comments
 (0)