]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: allow part selection to be retained across page refreshes
authorShenghou Ma <minux@golang.org>
Thu, 26 Nov 2015 22:45:09 +0000 (17:45 -0500)
committerMinux Ma <minux@golang.org>
Fri, 27 Nov 2015 06:13:12 +0000 (06:13 +0000)
commit98abf2937e42d560f0a8ba3c9e5bd5351c5316e6
tree04e3122acfdf8718f29685cee9886efe5c8b101b
parentadf4c38b6ec08bcdeed09cdc733fa6014f0500c9
cmd/cover: allow part selection to be retained across page refreshes

Usually, you are primarily interested to see the coverage of a particular
file (e.g. when you're changing tests that affects a given source file),
it is very valuable if you can just refresh the page and immediately see
changes to the part you're already looking at (without selecting from the
selector again.)

Change-Id: I615207c9be6713f436e444771134fceaf4600ff3
Reviewed-on: https://go-review.googlesource.com/17238
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/cover/html.go