# .coveragerc [run] source = my_app,another_app,core # Specify your app directories omit = */migrations/* */venv/* */settings/* */tests/* manage.py wsgi.py asgi.py