Searched refs:report_name (Results 1 – 1 of 1) sorted by relevance
400 def generate_html(runner, merged_report, dest_dir, symlink_dir=None, report_name=None, html_title=N… argument406 if report_name is None:407 report_name = 'report.html'408 elif not report_name.endswith('.html'):409 report_name += '.html'416 report_path = dest_dir/report_name596 symlink_dir=gcovr_dir, report_name='report_untested.html',