File: .coveragerc

package info (click to toggle)
python-eventlet 0.40.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,200 kB
  • sloc: python: 25,109; sh: 78; makefile: 32
file content (15 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
branch = True
source = eventlet
# concurrency=eventlet gives 0% report on CPython and start error on pypy
#concurrency = eventlet
omit =
    eventlet/support/dns/*
    tests/*

[report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
ignore_errors = True