-
Notifications
You must be signed in to change notification settings - Fork 294
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
Bump golang/mock to 1.5.0 #1097
Conversation
* Fix breaking tests Signed-off-by: Anthony Emengo <aemengo@vmware.com>
go func(w *sync.WaitGroup, i int, builder SuggestedBuilder) { | ||
descriptions[i] = getBuilderDescription(builder, inspector) | ||
wg.Done() | ||
}(i, builder) | ||
w.Done() | ||
}(&wg, i, builder) |
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.
#BuildCommand/no builder is specified/returns a soft error
was hanging without this change.
Codecov Report
@@ Coverage Diff @@
## main #1097 +/- ##
=======================================
Coverage 80.41% 80.41%
=======================================
Files 133 133
Lines 8156 8156
=======================================
Hits 6558 6558
Misses 1170 1170
Partials 428 428
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
🔥
Summary
Bump gomock testing library. And fixed the tests that were breaking.
Resolves #1087