Coverage¶
Code coverage report generated by pytest-cov.
Minimum coverage threshold is 60% (with branch coverage enabled).
Auto-generated
In production, this report is generated in CI before the documentation build.
To generate the report locally:
```bash
pytest --cov=ezpl --cov-report=html
```