diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 6945b08e..59e2a3b5 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -6,7 +6,7 @@ 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