[run]
branch = True
include =
    django_bleach/*
omit =
    .env/*
    */tests/*
    testproject/*
[report]
    precision = 1
[html]
    directory = ./htmlcov
[xml]
    output = ./coverage.xml
