Skip to content

Commit

Permalink
Disable codecov
Browse files Browse the repository at this point in the history
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
  • Loading branch information
avdv committed Jul 12, 2024
1 parent e55bcba commit e6b86c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b86c5

Please sign in to comment.