Codebase list python-jwcrypto / 638a9923-9219-4439-92d3-4d265a6ca269/main .coveragerc
638a9923-9219-4439-92d3-4d265a6ca269/main

Tree @638a9923-9219-4439-92d3-4d265a6ca269/main (Download .tar.gz)

.coveragerc @638a9923-9219-4439-92d3-4d265a6ca269/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