File: .coveragerc

package info (click to toggle)
kombu 5.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,972 kB
  • sloc: python: 28,634; makefile: 318; sh: 8
file content (33 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
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