diff --git a/backend/setup.cfg b/backend/setup.cfg index 7cc226fa..6747fc02 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -12,9 +12,9 @@ multi_line_output = 3 include_trailing_comma = True use_parentheses = True -# [coverage:run] -# omit = */tests/*, */migrations/*, */settings/*, */asgi.py, */wsgi.py, */apps.py, */schemas.py, */.venv/*, manage.py, */management/commands/populate.py -# source = . +[coverage:run] +omit = */tests/*, */migrations/*, */settings/*, */asgi.py, */wsgi.py, */apps.py, */schemas.py, */.venv/*, manage.py, */management/commands/populate.py +source = . [uwsgi] http-socket = :80