Skip to content

Test coverage console report

Sunil Mohan Adapa requested to merge BobGirard:coverage-console-report into master

Created by: BobGirard

This pull request addresses suggestions for enhancements made to Pull Request #26 ("Test coverage measurement and reporting"). Specifically:

  1. The 'test_coverage' custom setuptools command has been enhanced to add a detailed console report of coverage by module, and which includes the total coverage percentage.
  2. The precision of all coverage percentages, including the total percentage, has been expanded to two decimal places.
  3. An informational message specifying the location of the HTML coverage report is now printed following the console report.

Merge request reports

Loading