Skip to content

Commit f01421e

Browse files
Merge pull request #543 from puppetlabs/pdksync_cat-1693-remove_deprecated_codecov
pdksync - (CAT-1618) - Remove deprecated/obsolete codecov gem
2 parents 30cedba + 304ffff commit f01421e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ group :test do
1212
gem 'rubocop-rspec', '~> 2.19'
1313
gem 'rubocop-performance', '~> 1.16'
1414

15-
gem 'codecov'
1615
gem 'simplecov'
1716
gem 'simplecov-console'
1817
end

spec/spec_helper.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
SimpleCov::Formatter::HTMLFormatter,
1313
SimpleCov::Formatter::Console
1414
]
15-
if ENV['CI'] == 'true'
16-
require 'codecov'
17-
SimpleCov.formatters << SimpleCov::Formatter::Codecov
18-
end
1915

2016
SimpleCov.start do
2117
track_files 'lib/**/*.rb'
@@ -27,7 +23,7 @@
2723
add_filter '/.vendor'
2824
end
2925
rescue LoadError
30-
raise 'Add the simplecov, simplecov-console, and codecov gems to Gemfile to enable this task'
26+
raise 'Add the simplecov & simplecov-console gems to Gemfile to enable this task'
3127
end
3228
end
3329

0 commit comments

Comments
 (0)