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
Go Version: 1.4.2 linux/amd64 Operating System: Ubuntu What did you do: Run GoCover and view HTML report, switch file, then refresh page What did you expect: Update the report with newest version, but remain on selected file What did actually happened: Updated the report with newest version, but returned to alphabetically first file.
In the HTML UI for Go Cover, remember what page the user was viewing when the page is refreshed. This is useful when builds are being run automatically and the user wants to see what has changed in the coverage report.
Let me know if this issue belongs elsewhere. I didn't see a separate issue tracker for the gocover tool
mikioh
changed the title
Remember current file in Go Cover when reloading
cmd/cover, x/tools/cover: Remember current file in Go Cover when reloading
Jun 25, 2015
Go Version: 1.4.2 linux/amd64
Operating System: Ubuntu
What did you do: Run GoCover and view HTML report, switch file, then refresh page
What did you expect: Update the report with newest version, but remain on selected file
What did actually happened: Updated the report with newest version, but returned to alphabetically first file.
In the HTML UI for Go Cover, remember what page the user was viewing when the page is refreshed. This is useful when builds are being run automatically and the user wants to see what has changed in the coverage report.
This was originally a discussion I started in the Golang-Nuts forum.
The text was updated successfully, but these errors were encountered: