Skip to content

fuzzer web interface: add a UI element showing a list of source files sorted by total uncovered points of interest #20983

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

Open
andrewrk opened this issue Aug 7, 2024 · 0 comments
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. fuzzing
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Aug 7, 2024

Extracted from #20958.

  • Scrollable box that lists all source files
  • Along with file name, show coverage percent
  • Sort the list descending by percent uncovered

Additionally there should be a quick filter box at the top to limit which files show up in the box based on the query.

Selecting a file from the list should navigate the source view to that file.

Related:

@andrewrk andrewrk added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. fuzzing labels Aug 7, 2024
@andrewrk andrewrk added this to the 0.14.0 milestone Aug 7, 2024
@andrewrk andrewrk modified the milestones: 0.14.0, 0.15.0 Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. fuzzing
Projects
None yet
Development

No branches or pull requests

1 participant