Disable uneeded warning (#12187)

This commit is contained in:
jonathanmetzman 2024-07-09 12:22:55 -04:00 committed by GitHub
parent 9879155297
commit acc7129e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1194,7 +1194,7 @@ def download_corpora(args):
return all(thread_pool.map(_download_for_single_target, fuzz_targets))
def coverage(args):
def coverage(args): # pylint: disable=too-many-branches
"""Generates code coverage using clang source based code coverage."""
if args.corpus_dir and not args.fuzz_target:
logger.error(