diff --git a/pkg/util/coverage/coverage.go b/pkg/util/coverage/coverage.go index 3a3106f3672..f8e38917089 100644 --- a/pkg/util/coverage/coverage.go +++ b/pkg/util/coverage/coverage.go @@ -82,7 +82,7 @@ func FlushCoverage() { var deps fakeTestDeps - dummyRun := testing.MainStart(deps, tests, fuzztargets, benchmarks, examples) + dummyRun := testing.MainStart(deps, tests, benchmarks, fuzztargets, examples) dummyRun.Run() // Once it writes to the temporary path, we move it to the intended path.