-
Notifications
You must be signed in to change notification settings - Fork 34
Improving some comment on the 'check-commit-count' job. #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Yoni Bettan <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ybettan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportBase: 73.43% // Head: 73.23% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
==========================================
- Coverage 73.43% 73.23% -0.21%
==========================================
Files 16 16
Lines 1615 1670 +55
==========================================
+ Hits 1186 1223 +37
- Misses 372 388 +16
- Partials 57 59 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/lgtm |
To be able to add more test-cases, we need to use a mock for the client interface. We do so using the 'gomock' library. This PR replaces the fake.Client in favor of using the new auto-generated mock based on the Client interface. MGMT-10532
To be able to add more test-cases, we need to use a mock for the client interface. We do so using the 'gomock' library. This PR replaces the fake.Client in favor of using the new auto-generated mock based on the Client interface. MGMT-10532
Signed-off-by: Yoni Bettan [email protected]