[run]
plugins = django_coverage_plugin
omit =
        .nox/*
        wcs.egg-info/*
        manage.py
        noxfile.py
        setup.py
        wcs/qommon/vendor/*.py
        wcs/qommon/management/commands/ezt_to_django.py
        wcs/qommon/static/js/jqplot/copyright.txt
        tests/settings.py

[report]
omit = wcs/qommon/vendor/*.py

[html]
show_contexts = True
