pytest --cov=src --cov-report=term-missing
Category: Python & pip
pytest --cov=src --cov-report=term-missing
Run tests and report line-level code coverage (pytest-cov)
Runs tests and generates a code coverage report showing which lines were executed.