Skip to content

Commit

Permalink
MRI support
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Jan 13, 2025
1 parent 15ecbe7 commit e06f6d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@
SimpleCov.start do
add_filter 'spec'
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

# To run it manually via Rake
if ENV['COVERAGE']

0 comments on commit e06f6d6

Please sign in to comment.