Codebase list python-jwcrypto / 2d197c50-4a52-424f-8289-8bd55daeb794/main .coveragerc
2d197c50-4a52-424f-8289-8bd55daeb794/main

Tree @2d197c50-4a52-424f-8289-8bd55daeb794/main (Download .tar.gz)

.coveragerc @2d197c50-4a52-424f-8289-8bd55daeb794/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