mirror of https://github.com/celery/kombu.git
Updates .coveragerc
This commit is contained in:
parent
dbafb41500
commit
e938135f4b
27
.coveragerc
27
.coveragerc
|
@ -1,16 +1,29 @@
|
||||||
[run]
|
[run]
|
||||||
branch = 1
|
branch = 1
|
||||||
cover_pylib = 0
|
cover_pylib = 0
|
||||||
omit = kombu.five,kombu.transport.mongodb,kombu.transport.filesystem,
|
include=*kombu/*
|
||||||
kombu.utils.compat,kombu.utils.eventio,
|
omit = kombu.tests.*
|
||||||
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]
|
[report]
|
||||||
|
omit =
|
||||||
|
*/python?.?/*
|
||||||
|
*/site-packages/*
|
||||||
|
*/pypy/*
|
||||||
|
*kombu/five.py
|
||||||
|
*kombu/transport/mongodb.py
|
||||||
|
*Kombu/transport/filesystem.py
|
||||||
|
*kombu/utils.compat.py
|
||||||
|
*kombu/utils/eventio.py
|
||||||
|
*kombu/transport/amqplib.py
|
||||||
|
*kombu/transport/couchdb.py
|
||||||
|
*kombu/transport/beanstalk.py
|
||||||
|
*kombu/transport/sqlalchemy.py
|
||||||
|
*kombu/transport/zookeeper.py
|
||||||
|
*kombu/transport/zmq.py
|
||||||
|
*kombu/transport/django.py
|
||||||
|
*kombu/transport/pyro.py
|
||||||
|
*kombu/transport/qpid*
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
pragma: no cover
|
pragma: no cover
|
||||||
|
|
||||||
for infinity
|
for infinity
|
||||||
omit = */python?.?/*,*/site-packages/*,*/pypy/*
|
|
||||||
|
|
Loading…
Reference in New Issue