zilliztech / milvus-operator

The Kubernetes Operator of Milvus.
https://milvus.io
Apache License 2.0
34 stars 20 forks source link

Supports natsmq #4

Closed haorenfsa closed 11 months ago

haorenfsa commented 11 months ago

/cc @zwd1208 @LoveEachDay @mintcckey

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 80.32% and project coverage change: +0.03% :tada:

Comparison is base (8c06a63) 80.05% compared to head (c3cbe24) 80.08%.

:exclamation: Current head c3cbe24 differs from pull request most recent head 2e122d9. Consider uploading reports for the commit 2e122d9 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4 +/- ## ========================================== + Coverage 80.05% 80.08% +0.03% ========================================== Files 46 47 +1 Lines 4707 4750 +43 ========================================== + Hits 3768 3804 +36 - Misses 795 799 +4 - Partials 144 147 +3 ``` | [Files Changed](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech) | Coverage Δ | | |---|---|---| | [apis/milvus.io/v1beta1/persistence\_types.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-YXBpcy9taWx2dXMuaW8vdjFiZXRhMS9wZXJzaXN0ZW5jZV90eXBlcy5nbw==) | `0.00% <0.00%> (ø)` | | | [pkg/controllers/dependencies.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-cGtnL2NvbnRyb2xsZXJzL2RlcGVuZGVuY2llcy5nbw==) | `82.45% <0.00%> (ø)` | | | [pkg/controllers/pvc.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-cGtnL2NvbnRyb2xsZXJzL3B2Yy5nbw==) | `95.23% <50.00%> (-4.77%)` | :arrow_down: | | [pkg/controllers/configmaps.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-cGtnL2NvbnRyb2xsZXJzL2NvbmZpZ21hcHMuZ28=) | `64.42% <83.33%> (+1.53%)` | :arrow_up: | | [apis/milvus.io/v1beta1/milvus\_webhook.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-YXBpcy9taWx2dXMuaW8vdjFiZXRhMS9taWx2dXNfd2ViaG9vay5nbw==) | `86.33% <90.00%> (-0.19%)` | :arrow_down: | | [apis/milvus.io/v1beta1/milvus\_types.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-YXBpcy9taWx2dXMuaW8vdjFiZXRhMS9taWx2dXNfdHlwZXMuZ28=) | `75.65% <100.00%> (+1.57%)` | :arrow_up: | | [pkg/controllers/deployment\_updater.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-cGtnL2NvbnRyb2xsZXJzL2RlcGxveW1lbnRfdXBkYXRlci5nbw==) | `87.67% <100.00%> (-0.17%)` | :arrow_down: | | [pkg/controllers/status\_cluster.go](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-cGtnL2NvbnRyb2xsZXJzL3N0YXR1c19jbHVzdGVyLmdv) | `87.24% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/zilliztech/milvus-operator/pull/4/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mintcckey commented 11 months ago

/lgtm