Descriptioncmd/go: add coverage analysis
This feature is not yet ready for real use. The CL marks a bite-sized
piece that is ready for review. TODOs that remain:
provide control over output
produce output without setting -v
make work on reflect, sync and time packages
(fail now due to link errors caused by inlining)
better documentation
Almost all packages work now, though, if clumsily; try:
go test -v -cover=count encoding/binary
Patch Set 1 #Patch Set 2 : diff -r 7eca82ec46af https://code.google.com/p/go #
Total comments: 3
Patch Set 3 : diff -r b43c4daaccba https://code.google.com/p/go #
MessagesTotal messages: 9
|