Skip to content

Commit bc2f80a

Browse files
authored
Merge pull request #643 from reactjs/fix-test-cov
update codeclimate test reporter
2 parents 55629d8 + 57b9008 commit bc2f80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if RUBY_PLATFORM != "java"
2-
require "codeclimate-test-reporter"
3-
CodeClimate::TestReporter.start
2+
require 'simplecov'
3+
SimpleCov.start
44
end
55

66
# Configure Rails Environment

0 commit comments

Comments
 (0)