Skip to content

Commit

Permalink
Remove codecov, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Apr 5, 2023
1 parent 2cd6fc6 commit 5a980b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Expand Up @@ -8,10 +8,10 @@
add_filter "/spec/"
add_filter "/.direnv/"
end
if ENV['CI'] == 'true'
require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
end
# if ENV['CI'] == 'true'
# require 'codecov'
# SimpleCov.formatter = SimpleCov::Formatter::Codecov
# end

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f }

Expand Down

0 comments on commit 5a980b7

Please sign in to comment.