From 2eccf68c3f55d11a3a369d9b54dd2a33a4b6752e Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sat, 25 Jul 2015 12:42:19 +0500 Subject: [PATCH] Configure Coveralls --- .simplecov | 7 +++++++ Gemfile | 2 ++ 2 files changed, 9 insertions(+) diff --git a/.simplecov b/.simplecov index 4f3baca..af526eb 100644 --- a/.simplecov +++ b/.simplecov @@ -1 +1,8 @@ +require 'coveralls' + +SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ + SimpleCov::Formatter::HTMLFormatter, + Coveralls::SimpleCov::Formatter, +] + SimpleCov.start diff --git a/Gemfile b/Gemfile index 8e17f84..222c596 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source 'https://rubygems.org' # Specify your gem's dependencies in lita-tox.gemspec gemspec + +gem 'coveralls', require: false