Merge pull request #109843 from BenTheElder/sigh

correct coverage MainStart argument order
This commit is contained in:
Kubernetes Prow Robot 2022-05-09 13:42:33 -07:00 committed by GitHub
commit 685b55e88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.