-
Notifications
You must be signed in to change notification settings - Fork 67
🌱 Internalize Test Pkgs #2148
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
🌱 Internalize Test Pkgs #2148
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0a36292
to
9a6880f
Compare
The |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2148 +/- ##
==========================================
+ Coverage 72.73% 72.75% +0.01%
==========================================
Files 79 79
Lines 7340 7340
==========================================
+ Hits 5339 5340 +1
+ Misses 1654 1653 -1
Partials 347 347
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 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.
That os great 👍
/lgtm
/overwrite go-apidiff
9a6880f
to
bdbadaf
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tmshort 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 |
bdbadaf
to
1f927ae
Compare
I had to rebase... |
Moves the test utils package to internal/ Signed-off-by: Daniel Franz <[email protected]>
1f927ae
to
1bbf71f
Compare
/lgtm |
/override go-apidiff |
@grokspawn: Overrode contexts on behalf of grokspawn: go-apidiff In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
3ad6225
into
operator-framework:main
Description
Moves the test utils to
internal/
. This prevents them from being exported unintentionally and preventsgo-apidiff
from firing against test util code.Inspired by this comment.
Reviewer Checklist