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
if ENV["CI"]
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require "simplecov"
SimpleCov.start
else
require File.expand_path("../simplecov_custom_profile", __FILE__)
SimpleCov.start "gem" do