Codebase list python-ldap / upstream/3.0.0_b4 .coveragerc
upstream/3.0.0_b4

Tree @upstream/3.0.0_b4 (Download .tar.gz)

.coveragerc @upstream/3.0.0_b4raw · history · blame

[run]
branch = True
source =
    Lib/
omit =
    Lib/slapdtest.py

[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