Commit 4b80d7e8 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Fix spec helper

parent 358b4d85
# Set up coverage analysis
#-----------------------------------------------------------------------------#
# TODO: This can cause issues because coverall loads colorize which interferes
# with colored making certain specs fail occasionally.
#
# https://github.com/lemurheavy/coveralls-ruby/issues/14
#
if ENV['CI'] || ENV['GENERATE_COVERAGE']
require 'simplecov'
# require 'coveralls'
require 'coveralls'
if ENV['CI']
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment