mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix text box alignment in diagram. Omit coverage of repository tool prompt and getpass. Minor coverage update.
19 lines
347 B
INI
19 lines
347 B
INI
[run]
|
|
branch = True
|
|
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def check_crypto_libraries
|
|
def _get_password
|
|
def _prompt
|
|
def __str__
|
|
if __name__ == .__main__.:
|
|
|
|
omit =
|
|
*/tuf/interposition/*
|
|
*/tuf/_vendor/*
|
|
|
|
# Command-line tool and integration example that calls core TUF.
|
|
*/tuf/client/basic_client.py
|