[run]
branch = true
plugins =
    django_coverage_plugin

[report]
omit =
    *site-packages*
    */tests/*
    *.tox*
   */migrations/*,
include = plans_paypal/*
show_missing = True
exclude_lines =
    raise NotImplementedError
