File: .coveragerc

package info (click to toggle)
python-ldap 3.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,756 kB
  • sloc: python: 9,558; ansic: 3,052; makefile: 139; sh: 79
file content (27 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
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
[run]
branch = True
source =
   ldap
   ldif
   ldapurl
   slapdtest

[paths]
source =
    Lib/
    .tox/*/lib/python*/site-packages/

[report]
ignore_errors = False
precision = 1
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    if PY2
    if not PY2

[html]
directory = build/htmlcov
title = python-ldap coverage report