🌱 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:
|
camilamacedo86
left a comment
There was a problem hiding this comment.
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 DetailsNeeds 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 <dfranz@redhat.com>
1f927ae to
1bbf71f
Compare
|
/lgtm |
|
/override go-apidiff |
|
@grokspawn: Overrode contexts on behalf of grokspawn: go-apidiff DetailsIn 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-apidifffrom firing against test util code.Inspired by this comment.
Reviewer Checklist