Skip to content

Commit

Permalink
codecov gets already required in travis on ruby 3.0 (but not locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 19, 2021
1 parent e17d294 commit 3ea2d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SimpleCov.start do
if ENV['RUN_CODECOV'] == 'true'
require 'codecov'
require 'codecov' unless ENV['TRAVIS']
SimpleCov.formatter = SimpleCov::Formatter::Codecov
elsif ENV['SILENT_SIMPLECOV'] == 'true'
SimpleCov.formatter = SimpleCov::Formatter::SimpleFormatter
Expand Down

0 comments on commit 3ea2d27

Please sign in to comment.