Introduce simplecov

This commit is contained in:
kojix2
2020-08-19 22:12:53 +09:00
parent 9144207c85
commit cd8ee7f9d9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'simplecov'
SimpleCov.start
require 'uplot'
require 'test/unit'