Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjmnxu committed Apr 14, 2024
1 parent aa16a92 commit cb02a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb02a78

Please sign in to comment.