Skip to content

Commit

Permalink
[test] allow debugging in JRuby
Browse files Browse the repository at this point in the history
* disable coverage tracking unless on CI
  • Loading branch information
mikz committed Feb 27, 2018
1 parent c4956b8 commit fec23fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
SimpleCov.start
rescue LoadError
end
end if ENV['CI']

require 'test/unit'

require 'httpclient'
Expand Down

0 comments on commit fec23fb

Please sign in to comment.