lookout.style.format.benchmarks.compare_quality_reports

Module Contents

lookout.style.format.benchmarks.compare_quality_reports._column_formats
lookout.style.format.benchmarks.compare_quality_reports._convert_cell_to_value(cell:str)
lookout.style.format.benchmarks.compare_quality_reports._quality_report_table_to_df(report_table_file:TextIO)
lookout.style.format.benchmarks.compare_quality_reports.compare_quality_reports(base:TextIO, new:TextIO, output:TextIO)

Print a table with metric difference between the reports.

Parameters:
  • base – Baseline report file. Usually the latest report from ./report/ directory.
  • new – New report file. Usually It is a report generated for master or any local change you did and want to validate.
  • output – The result will be saved to this file.
lookout.style.format.benchmarks.compare_quality_reports.compare_quality_reports_entry(base:str, new:str, output:str)

Print a table with metric difference between the reports.

Command line entry point for compare_quality_reports().

Parameters:
  • base – Baseline report file path. Usually the latest report from ./report/ directory.
  • new – New report file path. Usually It is a report generated for master or any local change you did and want to validate.
  • output – The result will be saved to this file or print to stdout if you set -.