Documentation ¶
Overview ¶
Package coverdata provides a registration function for files with coverage instrumentation.
This package is part of the Bazel Go rules, and its interface should not be considered public. It may change without notice.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Counters = make(map[string][]uint32) Blocks = make(map[string][]testing.CoverBlock) )
Contains all coverage data for the program.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.