46e6d7b2b6
Conflicts: .travis.yml Gemfile README.md Rakefile lita-tox.gemspec spec/spec_helper.rb
8 lines
198 B
Ruby
8 lines
198 B
Ruby
require 'coveralls'
|
|
|
|
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
|
SimpleCov::Formatter::HTMLFormatter,
|
|
Coveralls::SimpleCov::Formatter,
|
|
]
|
|
|
|
SimpleCov.start { add_filter '/spec/' }
|