Merge pull request #6 from braiden-vasco/configure_coveralls
Configure Coveralls
This commit is contained in:
commit
f7af496f5d
2 changed files with 9 additions and 0 deletions
|
@ -1 +1,8 @@
|
|||
require 'coveralls'
|
||||
|
||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
||||
SimpleCov::Formatter::HTMLFormatter,
|
||||
Coveralls::SimpleCov::Formatter,
|
||||
]
|
||||
|
||||
SimpleCov.start
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -2,3 +2,5 @@ source 'https://rubygems.org'
|
|||
|
||||
# Specify your gem's dependencies in lita-tox.gemspec
|
||||
gemspec
|
||||
|
||||
gem 'coveralls', require: false
|
||||
|
|
Reference in a new issue