Disable codecov

The uploader was deprecated and is no longer working.

There is a new uploader that should be used instead: https://docs.codecov.com/docs/codecov-uploader
This commit is contained in:
Claudio Bley 2024-07-12 08:11:48 +02:00
parent e55bcba50e
commit c8a0401a61

View file

@ -6,7 +6,7 @@ SimpleCov.start do
add_filter '/spec/'
end
if ENV['CI'] == 'true'
if ENV['CI'] == 'never' # FIXME: migrate to new Codecov uploader / action
require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
end