Skip to content

Commit

Permalink
fix a standard recommendation that wasn't ruby 2.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Aug 24, 2020
1 parent a3026a9 commit 8168688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverband/reporters/html_report.rb
Expand Up @@ -7,7 +7,7 @@ class HTMLReport < Base
:base_path, :filename

def initialize(store, options = {})
super
super(store, options = {})
coverband_reports = Coverband::Reporters::Base.report(store, options)
self.open_report = options.fetch(:open_report) { true }
# TODO: refactor notice out to top level of web only
Expand Down

0 comments on commit 8168688

Please sign in to comment.