Archived
1
0
Fork 0

Merge pull request #6 from braiden-vasco/configure_coveralls

Configure Coveralls
This commit is contained in:
Braiden Vasco 2015-07-25 07:47:09 +00:00
commit f7af496f5d
2 changed files with 9 additions and 0 deletions

View file

@ -1 +1,8 @@
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter,
]
SimpleCov.start

View file

@ -2,3 +2,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in lita-tox.gemspec
gemspec
gem 'coveralls', require: false