-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
enhance: [GoSDK] move client pkg go files to sub one #37492
base: master
Are you sure you want to change the base?
Conversation
@congqixia cpp-unit-test check failed, comment |
@congqixia go-sdk check failed, comment |
rerun cpp-unit-test |
rerun go-sdk |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia 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 |
@congqixia Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia cpp-unit-test check failed, comment |
rerun cpp-unit-test |
/run-cpu-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37492 +/- ##
===========================================
- Coverage 83.23% 67.30% -15.94%
===========================================
Files 1015 290 -725
Lines 157697 25400 -132297
===========================================
- Hits 131260 17095 -114165
+ Misses 21228 8305 -12923
+ Partials 5209 0 -5209
|
@congqixia E2e jenkins job failed, comment |
Client source files under client pkg cannot be evaluate correctly by codecov. This PR moves them to `milvusclient` sub-package to fix this issue and follow go major version best practice. Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
92797f4
to
2115181
Compare
@congqixia cpp-unit-test check failed, comment |
rerun cpp-unit-test |
Related to #31293
Client source files under client pkg cannot be evaluate correctly by codecov. This PR moves them to
milvusclient
sub-package to fix this issue and follow go major version best practice.