ModuleNotFoundError: No module named 'coverage'
python -m pip install coverage
python -c "import coverage; print(coverage.__version__)"
Success! coverage version x.y.z (e.g., 2.4.0)