Coverage PlotΒΆ

Coverage-plot is a console script to visualize the test coverage for Python projects. It generates Treemap and Sunburst visualizations from your coverage reports.

Here is an example of the Treemap report.

_images/scrapy_treemap.gif

Here is the same report, but in the Sunburst format.

_images/scrapy_sunburst.gif

Follow the tutorial to read more.