diff --git a/backend/setup.cfg b/backend/setup.cfg index 6747fc02..1d098fd4 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -13,7 +13,7 @@ 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 +omit = backend/tests/*, */migrations/*, */settings/*, */asgi.py, */wsgi.py, */apps.py, */schemas.py, */.venv/*, manage.py, */management/commands/populate.py source = . [uwsgi]