mirror of https://github.com/google/oss-fuzz.git
Disable uneeded warning (#12187)
This commit is contained in:
parent
9879155297
commit
acc7129e33
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue