test/zold/test__helper.rb in zold-stress-0.6.0 vs test/zold/test__helper.rb in zold-stress-0.7.0

- old
+ new

@@ -20,15 +20,18 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. ENV['RACK_ENV'] = 'test' -# require 'simplecov' -# SimpleCov.start -# if ENV['CI'] == 'true' -# require 'codecov' -# SimpleCov.formatter = SimpleCov::Formatter::Codecov -# end +require 'simplecov' +SimpleCov.start +if ENV['CI'] == 'true' + require 'codecov' + SimpleCov.formatter = SimpleCov::Formatter::Codecov +end + +require 'zold/hands' +Zold::Hands.start require 'concurrent' require 'slop' require 'minitest/autorun' module Minitest