Skip to content

Commit

Permalink
Generate html report of coverage too
Browse files Browse the repository at this point in the history
  • Loading branch information
project-eutopia committed Dec 26, 2017
1 parent d8f9380 commit 114af24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])
SimpleCov.start

require "bundler/setup"
require "keisan"
Expand Down

0 comments on commit 114af24

Please sign in to comment.