Commit 74b06387 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Try to fix Coveralls issues

parent ee2c6da1
# 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'
......@@ -20,6 +16,13 @@ if ENV['CI'] || ENV['GENERATE_COVERAGE']
end
end
# TODO: Coverall loads colorize which interferes with colored making certain
# specs fail. This should be removed once Coverall is fixed.
#
# https://github.com/lemurheavy/coveralls-ruby/issues/14
#
require 'colored'
# Set up
#-----------------------------------------------------------------------------#
......
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