lib/coverband/reporters/web.rb in coverband-6.0.3.rc.4 vs lib/coverband/reporters/web.rb in coverband-6.1.0
- old
+ new
@@ -139,9 +139,10 @@
report_options
).report
end
def settings
+ return "" if Coverband.configuration.hide_settings
Coverband::Utils::HTMLFormatter.new(nil, base_path: base_path).format_settings!
end
def display_abstract_tracker(tracker)
notice = "<strong>Notice:</strong> #{Rack::Utils.escape_html(request.params["notice"])}<br/>"