mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
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.
|
||||
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