Now we must execute SimpleCov
This commit is contained in:
parent
6ec2145c0c
commit
5ed22d0b3e
|
@ -10,8 +10,8 @@ def jruby?
|
||||||
end
|
end
|
||||||
|
|
||||||
if ENV["CI"]
|
if ENV["CI"]
|
||||||
require "codeclimate-test-reporter"
|
require "simplecov"
|
||||||
CodeClimate::TestReporter.start
|
SimpleCov.start
|
||||||
else
|
else
|
||||||
require File.expand_path("../simplecov_custom_profile", __FILE__)
|
require File.expand_path("../simplecov_custom_profile", __FILE__)
|
||||||
SimpleCov.start "gem" do
|
SimpleCov.start "gem" do
|
||||||
|
|
Loading…
Reference in New Issue