Skip to content

Commit 0bba2d4

Browse files
author
jordanbreen28
committed
(CAT-1618) - Remove deprecated codecov gem
1 parent 474f761 commit 0bba2d4

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)