Skip to content

Commit e06f6d6

Browse files
committed
MRI support
1 parent 15ecbe7 commit e06f6d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/spec_helper.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
SimpleCov.start do
99
add_filter 'spec'
1010
end
11-
if ENV['CI'] == 'true'
12-
require 'codecov'
13-
SimpleCov.formatter = SimpleCov::Formatter::Codecov
14-
end
11+
# if ENV['CI'] == 'true'
12+
# require 'codecov'
13+
# SimpleCov.formatter = SimpleCov::Formatter::Codecov
14+
# end
1515

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

0 commit comments

Comments
 (0)