Framework Mode - Coverage report formats (terminal, HTML, XML)
Folder Structure
project-root/
├── src/
│ └── your_code.py
├── tests/
│ ├── test_example.py
│ └── __init__.py
├── .coveragerc
├── pytest.ini
└── reports/
├── coverage_html/
└── coverage_xml/
This structure keeps source code in src/, tests in tests/, and coverage reports in reports/.