Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 560 Bytes

README_COVERAGE.md

File metadata and controls

23 lines (14 loc) · 560 Bytes

Code Coverage Report

This report displays the code coverage for your project.

Instructions

  1. Clone this repository.
  2. Install the required packages: pip install -r requirements.txt
  3. Run tests with coverage: pytest --cov=app --cov-report=html
  4. Open the generated HTML report in the htmlcov directory for detailed coverage information.

Coverage Report

The following coverage report is generated using pytest-cov.

Summary

  • Total Coverage: 95%
  • Statements: 38

Detailed Report

Detailed Coverage Report