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 'uplot'
require 'test/unit' require 'test/unit'

View File

@ -24,5 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler' spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake' spec.add_development_dependency 'rake'
spec.add_development_dependency 'rubocop' spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'test-unit' spec.add_development_dependency 'test-unit'
end end