mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
Introduce simplecov
This commit is contained in:
parent
9144207c85
commit
cd8ee7f9d9
@ -1,4 +1,6 @@
|
||||
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
|
||||
require 'uplot'
|
||||
|
||||
require 'test/unit'
|
||||
|
@ -24,5 +24,6 @@ Gem::Specification.new do |spec|
|
||||
spec.add_development_dependency 'bundler'
|
||||
spec.add_development_dependency 'rake'
|
||||
spec.add_development_dependency 'rubocop'
|
||||
spec.add_development_dependency 'simplecov'
|
||||
spec.add_development_dependency 'test-unit'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user