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

[WIP] Coverage report improvements #302

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Xenomega
Copy link
Member

@Xenomega Xenomega commented Feb 20, 2024

This PR closes #267. It currently adds buttons to "expand all", "collapse all", "expand empty", and "collapse empty" contracts in our coverage reports.

It also simplifies some of the surrounding code.

Expand/collapse all is OK, but it seems like we need better navigatability. Outstanding tasks are:

  • Add a file explorer on the left (similar to GitHub's split pane view for changed files. Needs support to click + jump to a file (should auto expand).
  • Add some kind of headings so when you click a file in the explorer, it adds the heading to the page URL (so you can reference it later).
  • Add auto-expand to the panels when a selection is made within them. Specifically, if you search for a word like "function" with all source files collapsed, it will show you results but not bring you to them, because the collapsible containers do not expand.

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

Successfully merging this pull request may close these issues.

Consider removing interfaces from coverage report
1 participant