Skip to content

Commit f330c10

Browse files
authored
Merge pull request #29 from go-tstr/fix
Fix GoCover name
2 parents cc56482 + 6dfaa2f commit f330c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dep/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func WithGoCode(modulePath, mainPkg string) Opt {
238238

239239
// WithGoCover calls WithGoCoverDir with the os.Getenv("GOCOVERDIR") value if it's set.
240240
// Otherwise it's a no-op.
241-
func WithGoCove() Opt {
241+
func WithGoCover() Opt {
242242
dir := os.Getenv("GOCOVERDIR")
243243
if dir == "" {
244244
return func(c *Cmd) error { return nil }

0 commit comments

Comments
 (0)