pub fn write_html(run: &AnalysisRun, output_path: &Path) -> Result<()>
Render an HTML report and write it to output_path.
output_path
Returns an error if rendering fails or the file cannot be written.