Fix return type in coverage runner (#379)

This commit is contained in:
Ronald Eytchison
2025-04-09 10:26:36 -04:00
committed by GitHub
parent eb66060ac3
commit 662e9779b9
@@ -156,7 +156,7 @@ class CoverageRunner:
logger.error(
f"Failed to convert profdata to json for {harness_name} | {corpus_dir} | {package_name} | in {coverage_file}"
)
return False
return None
# load the coverage file
coverage = ret.stdout.decode("utf-8")