Skip to content

Commit dbbf2c0

Browse files
author
jordanbreen28
committed
(CAT-1618) - Remove deprecated codecov gem
1 parent cd1f1ec commit dbbf2c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spec/spec_helper.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
SimpleCov::Formatter::Console
1414
]
1515

16-
begin
17-
require 'codecov'
18-
SimpleCov.formatters << SimpleCov::Formatter::Codecov
19-
rescue LoadError
20-
# continue without codecov, we could warn here but we want to avoid if possible
21-
end
22-
2316
SimpleCov.start do
2417
track_files 'lib/**/*.rb'
2518

0 commit comments

Comments
 (0)