Code Coverage
The table below shows the current test coverage for the project.
Module |
Statements |
Missing |
Coverage |
|---|---|---|---|
|
0 |
0 |
100% |
|
114 |
0 |
100% |
|
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.