You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constgoconveyDSLImport="github.com/smartystreets/goconvey/convey "// note the trailing space: we don't want to target packages nested in the /convey package.
159
159
constgopathProblem="Please run goconvey from within $GOPATH/src (also, symlinks might be problematic). Output and Error: "
160
160
161
-
varcoverageStatementRE=regexp.MustCompile(`(?m)^coverage: \d+\.\d% of statements(.*)$|^panic: test timed out after `)
161
+
varcoverageStatementRE=regexp.MustCompile(`(?m)coverage: \d+\.\d% of statements(.*)$|^panic: test timed out after `)
0 commit comments