-
8000
Notifications
You must be signed in to change notification settings - Fork 89
Migrate mock generation to go generate #1297
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
base: devel
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## devel #1297 +/- ##
==========================================
+ Coverage 43.38% 49.31% +5.92%
==========================================
Files 56 3 -53
Lines 9778 580 -9198
==========================================
- Hits 4242 286 -3956
+ Misses 5232 294 -4938
+ Partials 304 0 -304 see 59 files with indirect coverage changes
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -1,84 +0,0 @@ | |||
// Code generated by MockGen. DO NOT EDIT. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice,
I love it when we can delete code
17dcdae
to
4ec85dc
Compare
043e6ce
to
8b1a68e
Compare
8b1a68e
to
6d1d552
Compare
|
Migrating the mock generation in receptor so all mocks can be generated using the command
go generate ./...
from the base directory.