mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
No EOL
190 B
Ruby
8 lines
No EOL
190 B
Ruby
require 'simplecov'
|
|
SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..'))
|
|
|
|
require 'coveralls'
|
|
Coveralls.wear!
|
|
|
|
require 'codeclimate-test-reporter'
|
|
CodeClimate::TestReporter.start |