Searched defs:TestCover (Results 1 – 2 of 2) sorted by relevance
39 type TestCover struct { struct40 Mode string41 Local bool42 Pkgs []*Package43 Paths []string44 Vars []coverInfo50 func TestPackagesFor(ctx context.Context, opts PackageOpts, p *Package, cover *TestCover) (pmain, p…101 …ors(ctx context.Context, done func(), opts PackageOpts, p *Package, cover *TestCover) (pmain, ptes…
139 func TestCover(t *testing.T) { func