• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / blob-csi-driver / 7412225870

04 Jan 2024 04:35PM UTC coverage: 77.871%. Remained the same
7412225870

Pull #1209

github

web-flow
chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/golang/sync/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #1209: chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0

2034 of 2612 relevant lines covered (77.87%)

7.29 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/pkg/util/util_mock.go
1
// /*
2
// Copyright The Kubernetes Authors.
3
//
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
// you may not use this file except in compliance with the License.
6
// You may obtain a copy of the License at
7
//
8
//     http://www.apache.org/licenses/LICENSE-2.0
9
//
10
// Unless required by applicable law or agreed to in writing, software
11
// distributed under the License is distributed on an "AS IS" BASIS,
12
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
// See the License for the specific language governing permissions and
14
// limitations under the License.
15
// */
16
//
17

18
// Code generated by MockGen. DO NOT EDIT.
19
// Source: pkg/util/util.go
20

21
// Package util is a generated GoMock package.
22
package util
23

24
import (
25
        reflect "reflect"
26

27
        gomock "github.com/golang/mock/gomock"
28
)
29

30
// MockEXEC is a mock of EXEC interface.
31
type MockEXEC struct {
32
        ctrl     *gomock.Controller
33
        recorder *MockEXECMockRecorder
34
}
35

36
// MockEXECMockRecorder is the mock recorder for MockEXEC.
37
type MockEXECMockRecorder struct {
38
        mock *MockEXEC
39
}
40

41
// NewMockEXEC creates a new mock instance.
42
func NewMockEXEC(ctrl *gomock.Controller) *MockEXEC {
7✔
43
        mock := &MockEXEC{ctrl: ctrl}
7✔
44
        mock.recorder = &MockEXECMockRecorder{mock}
7✔
45
        return mock
7✔
46
}
7✔
47

48
// EXPECT returns an object that allows the caller to indicate expected use.
49
func (m *MockEXEC) EXPECT() *MockEXECMockRecorder {
10✔
50
        return m.recorder
10✔
51
}
10✔
52

53
// RunCommand mocks base method.
54
func (m *MockEXEC) RunCommand(arg0 string, arg1 []string) (string, error) {
10✔
55
        m.ctrl.T.Helper()
10✔
56
        ret := m.ctrl.Call(m, "RunCommand", arg0, arg1)
10✔
57
        ret0, _ := ret[0].(string)
10✔
58
        ret1, _ := ret[1].(error)
10✔
59
        return ret0, ret1
10✔
60
}
10✔
61

62
// RunCommand indicates an expected call of RunCommand.
63
func (mr *MockEXECMockRecorder) RunCommand(arg0, arg1 interface{}) *gomock.Call {
10✔
64
        mr.mock.ctrl.T.Helper()
10✔
65
        return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "RunCommand", reflect.TypeOf((*MockEXEC)(nil).RunCommand), arg0, arg1)
10✔
66
}
10✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc