Skip to content

Commit

Permalink
add simplecov html formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Oct 20, 2020
1 parent 63c00a6 commit 5d40802
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@

require "rspec/its"

require "simplecov"
require "coveralls"
Coveralls.wear!

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

SimpleCov.start

require "verifly"

RSpec.configure do |config|
Expand Down

0 comments on commit 5d40802

Please sign in to comment.