Merge pull request #125176 from mauri870/feature/testing-MainStart-go1.23
pkg/util/coverage: update fakeTestDeps methods
This commit is contained in:
@@ -105,3 +105,8 @@ func (fakeTestDeps) ResetCoverage() {}
|
|||||||
|
|
||||||
//nolint:unused // U1000 see comment above, we know it's unused normally.
|
//nolint:unused // U1000 see comment above, we know it's unused normally.
|
||||||
func (fakeTestDeps) SnapshotCoverage() {}
|
func (fakeTestDeps) SnapshotCoverage() {}
|
||||||
|
|
||||||
|
//nolint:unused // U1000 see comment above, we know it's unused normally.
|
||||||
|
func (fakeTestDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
|
||||||
|
return "", nil, nil
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user