1[run]
2branch = True
3source =
4   ldap
5   ldif
6   ldapurl
7   slapdtest
8
9[paths]
10source =
11    Lib/
12    .tox/*/lib/python*/site-packages/
13
14[report]
15ignore_errors = False
16precision = 1
17exclude_lines =
18    pragma: no cover
19    raise NotImplementedError
20    if 0:
21    if __name__ == .__main__.:
22    if PY2
23    if not PY2
24
25[html]
26directory = build/htmlcov
27title = python-ldap coverage report
28