Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coverProfTempFile (0.12 sec)

  1. src/cmd/go/internal/test/test.go

    		err = errors.New("build failed")
    		base.SetExitStatus(1)
    		return nil
    	}
    
    	coverProfTempFile := func(a *work.Action) string {
    		if a.Objdir == "" {
    			panic("internal error: objdir not set in coverProfTempFile")
    		}
    		return a.Objdir + "_cover_.out"
    	}
    
    	if p := a.Package; len(p.TestGoFiles)+len(p.XTestGoFiles) == 0 {
    		reportNoTestFiles := true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top