Method: Coverband::Reporters::HTMLReport#file_details
- Defined in:
- lib/coverband/reporters/html_report.rb
#file_details ⇒ Object
26 27 28 29 30 |
# File 'lib/coverband/reporters/html_report.rb', line 26 def file_details Coverband::Utils::HTMLFormatter.new(filtered_report_files, base_path: base_path, notice: notice).format_source_file!(filename) end |