Skip to content

Commit

Permalink
Merge pull request #493 from inspec/mj/bk-ok-finally
Browse files Browse the repository at this point in the history
Load simplecov too
  • Loading branch information
miah committed Jul 24, 2019
2 parents 90434be + f93260e commit a0105c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# encoding: utf-8
if ENV["CI_ENABLE_COVERAGE"]
require "simplecov/no_defaults"
require "coveralls"
SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit a0105c3

Please sign in to comment.