Codebase list python-jwcrypto / 702d3db0-8da5-4d30-af17-9bbcba5755f8/main .coveragerc
702d3db0-8da5-4d30-af17-9bbcba5755f8/main

Tree @702d3db0-8da5-4d30-af17-9bbcba5755f8/main (Download .tar.gz)

.coveragerc @702d3db0-8da5-4d30-af17-9bbcba5755f8/mainraw · history · blame

[run]
branch = True
source =
    jwcrypto
    tests

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

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