Searched defs:CoverSetup (Results 1 – 1 of 1) sorted by relevance
379 type CoverSetup struct { struct380 Mode string // coverage mode for this package381 Cfg string // path to config file to pass to "go tool cover"382 GenMeta bool // ask cover tool to emit a static meta data if set