6 lines
122 B
Ruby
6 lines
122 B
Ruby
require 'simplecov'
|
|
SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..'))
|
|
|
|
require 'coveralls'
|
|
Coveralls.wear!
|