diff --git a/infra/helper.py b/infra/helper.py index f89b47250..cf8134a4c 100755 --- a/infra/helper.py +++ b/infra/helper.py @@ -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(