We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b66c7 commit cca0565Copy full SHA for cca0565
Gemfile
@@ -5,3 +5,5 @@ source 'https://rubygems.org'
5
gemspec :name => 'json'
6
gemspec :name => 'json_pure'
7
gemspec :name => 'json-java'
8
+
9
+gem 'simplecov'
tests/test_helper.rb
@@ -17,3 +17,7 @@
17
require 'byebug'
18
rescue LoadError
19
end
20
+if ENV['START_SIMPLECOV'].to_i == 1
21
+ require 'simplecov'
22
+ SimpleCov.start
23
+end
0 commit comments