Now we must execute SimpleCov

This commit is contained in:
Frank Taillandier 2017-01-19 22:39:39 +01:00
parent 6ec2145c0c
commit 5ed22d0b3e
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 2 deletions

View File

@ -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