``` pip install coverage ``` .coveragerc: ``` [run] include = ./* branch = 1 ``` Then run: ``` coverage run manage.py test blog coverage report ```