[run]
plugins = django_coverage_plugin
omit=
        .nox/*
        src/authentic2.egg-info/*
        AUTHORS.txt
        manage.py
        noxfile.py
        setup.py
        src/
        tests/settings.py
        test_requirements.txt
branch = True

[html]
show_contexts = True
