1
0
mirror of https://github.com/golang/go synced 2024-10-05 11:31:22 -06:00
go/src/cmd/cover
Shenghou Ma 98abf2937e 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>
2015-11-27 06:13:12 +00:00
..
testdata
cover_test.go all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00
cover.go
doc.go
func.go cmd/cover: try once again to fix the build 2015-05-01 02:15:46 +00:00
html.go cmd/cover: allow part selection to be retained across page refreshes 2015-11-27 06:13:12 +00:00
profile.go