Install using pipenv pipenv install coverage --dev Run coverage coverage run --source='.' manage.py test Generate a html report coverage html Or if you prefer to see report on the command line coverage report See the docs for more