django-celery-monitor/.coveragerc

12 lines
153 B
Text
Raw Normal View History

[run]
branch = 1
cover_pylib = 0
include = *django_celery_monitor/*
2017-05-03 06:52:45 +00:00
omit = tests/*
[report]
omit =
*/python?.?/*
*/site-packages/*
*/pypy/*