[run]
plugins = django_coverage_plugin
omit=
        .nox/*
        passerelle.egg-info/*
        coverage/*
        functests/*
        node_modules/*
        noxfile.py
        manage.py
        setup.py
        tests/settings.py

[html]
show_contexts = True

