mirror of https://github.com/dtm-labs/dtm.git
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
require 'simplecov' |
||||
|
require 'coveralls' |
||||
|
|
||||
|
SimpleCov.formatter = Coveralls::SimpleCov::Formatter |
||||
|
SimpleCov.start do |
||||
|
add_filter 'app' |
||||
|
add_filter 'examples' |
||||
|
end |
||||
Loading…
Reference in new issue