From f9a58ae0799f143bb42f02d1f7686cb21c3e59e2 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Sun, 29 Mar 2015 21:31:25 +0300 Subject: [PATCH] use with coveralls together --- spec/spec_helper.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e048e5c..b29eea1 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,7 +15,12 @@ # See the License for the specific language governing permissions and # limitations under the License. # +require 'coveralls' require 'simplecov' +SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ + SimpleCov::Formatter::HTMLFormatter, + Coveralls::SimpleCov::Formatter +] SimpleCov.start require 'github_changelog_generator'