Code Coverage ============= The table below shows the current test coverage for the project. .. include:: _coverage_table.rst 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.