Skip to content

Commit

Permalink
remove copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma authored May 8, 2024
1 parent 6f3fa6f commit 7e7fc4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/leeway/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,6 @@ func (p *Package) buildGo(buildctx *buildContext, wd, result string) (res *packa
if buildctx.buildOptions.CoverageOutputPath != "" {
testCommand = append(testCommand, fmt.Sprintf("-coverprofile=%v", codecovComponentName(p.FullName())))
} else {
testCommand = append(testCommand, "-coverprofile=testcoverage.out")
testCommand = append(testCommand, "-coverprofile=testcoverage.out")
reportCoverage = collectGoTestCoverage(filepath.Join(wd, "testcoverage.out"), p.FullName())
}
Expand Down

0 comments on commit 7e7fc4a

Please sign in to comment.