Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate code coverage of all fuzz targets per benchmark #355

Open
DonggeLiu opened this issue Jun 19, 2024 · 0 comments
Open

Aggregate code coverage of all fuzz targets per benchmark #355

DonggeLiu opened this issue Jun 19, 2024 · 0 comments

Comments

@DonggeLiu
Copy link
Collaborator

Extended from #354:
Each function-under-test typically consists of 10 fuzz targets. Currently, aggregate_coverage_diff.py represents their total code coverage by the fuzz target with the highest coverage, assuming it includes all lines covered by other targets. While this assumption holds in most cases, incorporating the coverage data from all fuzz targets will yield a more accurate representation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant