cmd/cover: improve html coverage report #25368
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
This is an issue for discussing the feature suggested in #25267 (111647)
I think the current html coverage report has two problems.
These are caused by the fact that we use the select box for navigating through pages. I think that is not a standard way to organize the multiple report pages.
My suggestion is that we should have the index page for the html coverage reports. The demo is available at https://kt3k.github.io/go-cover-html-improve-demo/coverage.html
This idea is inspired by the tools like istanbul, JaCoCo or simplecov. They all have the index page of the coverage report.
/cc @ianlancetaylor
The text was updated successfully, but these errors were encountered: