aosp12/external/python/cryptography/.coveragerc

17 lines
260 B
INI

[run]
branch = True
source =
cryptography
tests/
[paths]
source =
src/cryptography
.tox/*/lib/python*/site-packages/cryptography
.tox/pypy/site-packages/cryptography
[report]
exclude_lines =
@abc.abstractmethod
@abc.abstractproperty