2015-11-22 19:40:40 +01:00
|
|
|
[pep8]
|
|
|
|
exclude = migrations
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
exclude = migrations
|
|
|
|
|
|
|
|
[coverage:run]
|
2015-02-01 18:55:24 +01:00
|
|
|
source = gnuviechadmin,contact_form,dashboard,domains,gvawebcore,managemails,osusers,taskresults,userdbs
|
2015-11-22 19:40:40 +01:00
|
|
|
branch = True
|
2014-05-24 13:38:08 +02:00
|
|
|
|
2015-11-22 19:40:40 +01:00
|
|
|
[coverage:report]
|
2014-05-24 13:38:08 +02:00
|
|
|
omit = */migrations/*,*/tests/*.py,*/tests.py,gnuviechadmin/settings/local.py,gnuviechadmin/settings/production.py
|
2015-11-22 19:40:40 +01:00
|
|
|
show_missing = True
|
|
|
|
|
|
|
|
[coverage:html]
|
|
|
|
directory = ../coverage-report
|