blob: dce069cc2155f90138cd65b6e405ba8844abc02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[run]
branch = 1
cover_pylib = 0
omit = kombu.five,kombu.transport.mongodb,kombu.transport.filesystem,
kombu.utils.compat,kombu.utils.eventio,
kombu.transport.amqplib,kombu.transport.couchdb,
kombu.transport.beanstalk,kombu.transport.sqlalchemy*
kombu.transport.zookeeper,kombu.transport.zmq,
kombu.transport.django*,kombu.transport.pyro
[report]
exclude_lines =
pragma: no cover
for infinity
omit = */python?.?/*,*/site-packages/*,*/pypy/*
|