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

html-cov add markers or special text for missed lines #1196

Closed
SheetJSDev opened this issue Apr 20, 2014 · 1 comment
Closed

html-cov add markers or special text for missed lines #1196

SheetJSDev opened this issue Apr 20, 2014 · 1 comment
Labels
area: reporters involving a specific reporter

Comments

@SheetJSDev
Copy link
Contributor

To find missed lines in the html coverage reporter, you have to scroll down and find the lines in red. There is no easy way to find the first missed line -- you have to scroll down

gcov solves this by writing ##### rather than 0 for lines that are never hit, which is a good solution (then I can search for "#####" in the browser and find the misses quickly)

Alternatively, the page could be designed so that there are links in the overview area that jump to the missing lines/blocks.

@jbnicolai
Copy link

Don't feel strongly about this, and closing as this issue hasn't been commented on in a year.

If anyone has the same issue: feel free to comment and we'll consider re-opening/implementing the feature. A PR always helps, of course ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: reporters involving a specific reporter
Projects
None yet
Development

No branches or pull requests

3 participants