This report displays the code coverage for your project.
- Clone this repository.
- Install the required packages:
pip install -r requirements.txt
- Run tests with coverage:
pytest --cov=app --cov-report=html
- Open the generated HTML report in the
htmlcov
directory for detailed coverage information.
The following coverage report is generated using pytest-cov.
- Total Coverage: 95%
- Statements: 38