milvus-io / milvus-sdk-cpp

C++ SDK for Milvus 2.0
Apache License 2.0
35 stars 21 forks source link

Support RenameCollection #234

Closed matrixji closed 1 year ago

sre-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matrixji

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: - ~~[OWNERS](https://github.com/milvus-io/milvus-sdk-cpp/blob/master/OWNERS)~~ [matrixji] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
codecov[bot] commented 1 year ago

Codecov Report

Merging #234 (9152bd6) into master (6723456) will decrease coverage by 0.03%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   97.40%   97.37%   -0.03%     
==========================================
  Files          34       34              
  Lines        2581     2590       +9     
==========================================
+ Hits         2514     2522       +8     
- Misses         67       68       +1     
Impacted Files Coverage Δ
src/impl/MilvusClientImpl.h 100.00% <ø> (ø)
src/impl/MilvusConnection.h 100.00% <ø> (ø)
src/impl/MilvusClientImpl.cpp 94.69% <85.71%> (-0.09%) :arrow_down:
src/impl/MilvusConnection.cpp 99.24% <100.00%> (+0.01%) :arrow_up:
src/impl/types/FieldData.cpp 97.33% <100.00%> (ø)