Skip to content

Commit 7e7fc4a

Browse files
authored
remove copy paste
1 parent 6f3fa6f commit 7e7fc4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/leeway/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,6 @@ func (p *Package) buildGo(buildctx *buildContext, wd, result string) (res *packa
12641264
if buildctx.buildOptions.CoverageOutputPath != "" {
12651265
testCommand = append(testCommand, fmt.Sprintf("-coverprofile=%v", codecovComponentName(p.FullName())))
12661266
} else {
1267-
testCommand = append(testCommand, "-coverprofile=testcoverage.out")
12681267
testCommand = append(testCommand, "-coverprofile=testcoverage.out")
12691268
reportCoverage = collectGoTestCoverage(filepath.Join(wd, "testcoverage.out"), p.FullName())
12701269
}

0 commit comments

Comments
 (0)