Code Coverage

The table below shows the current test coverage for the project.

Coverage Report

Module

Statements

Missing

Coverage

polonaexplorer/__init__.py

0

0

100%

polonaexplorer/explorer.py

114

0

100%

polonaexplorer/plotter.py

87

0

100%

TOTAL

201

0

100%

Regenerating the Coverage Report

To update the coverage data, run the following from the project root:

python docs/generate_coverage.py

This runs the test suite with coverage tracking and regenerates the _coverage_table.rst file. Commit the updated file so that the documentation on ReadTheDocs reflects the latest coverage.