[run]
source =
    arches_querysets/

omit =
    */python?.?/*
    */migrations/*
    */settings*.py
    */urls.py
    */wsgi.py
    */hosts.py
    */celery.py
    */__init__.py
    arches_querysets/management/commands/add_test_data.py

data_file = coverage/python/.coverage

[report]
show_missing = true

exclude_lines =
    pragma: no cover

[html]
directory = coverage/python/htmlcov

[xml]
output = coverage/python/coverage.xml

[json]
output = coverage/python/coverage.json
