-
Notifications
You must be signed in to change notification settings - Fork 48
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 dependencies #303
🌱 Bump dependencies #303
Conversation
b928687
to
902c5b5
Compare
902c5b5
to
72a160d
Compare
Signed-off-by: Mikalai Radchuk <[email protected]>
72a160d
to
a938317
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #303 +/- ##
==========================================
+ Coverage 85.06% 86.17% +1.11%
==========================================
Files 19 19
Lines 1346 1505 +159
==========================================
+ Hits 1145 1297 +152
- Misses 125 132 +7
Partials 76 76 ☔ View full report in Codecov by Sentry. |
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.
Did this file come in from the kubebuilder bump?
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.
I think so. It got created with make generate
and as far as I can see to runs hack/generate/samples/generate_testdata.go
which unravels into calling kubebuilder.
No description provided.