summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 4d450b1c28da62e316d913259886819d42d911f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[run]
branch = 1
cover_pylib = 0
include=*kombu/*
omit = kombu.tests.*

[report]
omit =
    */python?.?/*
    */site-packages/*
    */pypy/*
    *kombu/async/http/curl.py
    *kombu/five.py
    *kombu/transport/mongodb.py
    *kombu/transport/filesystem.py
    *kombu/transport/sqlalchemy/*
    *kombu/utils.compat.py
    *kombu/utils/eventio.py
    *kombu/async/debug.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/azurestoragequeues.py
    *kombu/transport/qpid*
exclude_lines =
    pragma: no cover

    for infinity