You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using simplecov-html reports while doing active development is a bit painful right now:
I'm looking at the coverage report for a file, and find some missing lines. Let's say, hypothetically, they're lines 503-505.
Add tests that I think cover those lines and re-run my rspec rake task.
Refresh the coverage report in my browser and... I'm back at the top of the page and need to scroll to line 503 again.
My suggestion is to implement what some other HTML coverage generators do (i.e. Python's coverage package) - or, for that matter, GitHub when viewing source files or gists - and make each line number a named anchor and link to that anchor so that users can save their location in the file.
The text was updated successfully, but these errors were encountered:
Using simplecov-html reports while doing active development is a bit painful right now:
My suggestion is to implement what some other HTML coverage generators do (i.e. Python's coverage package) - or, for that matter, GitHub when viewing source files or gists - and make each line number a named anchor and link to that anchor so that users can save their location in the file.
The text was updated successfully, but these errors were encountered: