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 Cover = testing.Cover{ Mode: "set", CoveredPackages: "", Counters: map[string][]uint32{}, Blocks: map[string][]testing.CoverBlock{}, }
Cover contains all coverage data for the program.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.