tikv / raft-engine

A persistent storage engine for Multi-Raft log
Apache License 2.0
564 stars 88 forks source link

update rhai #285

Closed tabokie closed 1 year ago

tabokie commented 1 year ago

Signed-off-by: tabokie xy.tao@outlook.com

codecov[bot] commented 1 year ago

Codecov Report

Base: 97.65% // Head: 97.72% // Increases project coverage by +0.06% :tada:

Coverage data is based on head (a528114) compared to base (81aa5bb). Patch has no changes to coverable lines.

:exclamation: Current head a528114 differs from pull request most recent head 8e86fa7. Consider uploading reports for the commit 8e86fa7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #285 +/- ## ========================================== + Coverage 97.65% 97.72% +0.06% ========================================== Files 30 30 Lines 10634 10634 ========================================== + Hits 10385 10392 +7 + Misses 249 242 -7 ``` | [Impacted Files](https://codecov.io/gh/tikv/raft-engine/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv) | Coverage Δ | | |---|---|---| | [src/memtable.rs](https://codecov.io/gh/tikv/raft-engine/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL21lbXRhYmxlLnJz) | `99.22% <0.00%> (+0.05%)` | :arrow_up: | | [src/log\_batch.rs](https://codecov.io/gh/tikv/raft-engine/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2xvZ19iYXRjaC5ycw==) | `98.38% <0.00%> (+0.40%)` | :arrow_up: | | [src/env/default.rs](https://codecov.io/gh/tikv/raft-engine/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2Vudi9kZWZhdWx0LnJz) | `92.81% <0.00%> (+0.55%)` | :arrow_up: | | [src/pipe\_log.rs](https://codecov.io/gh/tikv/raft-engine/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL3BpcGVfbG9nLnJz) | `95.45% <0.00%> (+1.51%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

LykxSassinator commented 1 year ago

LGTM

LykxSassinator commented 1 year ago

Ping @tabokie Please update this pr.

LykxSassinator commented 1 year ago

@glorv PTAL, thx.

tabokie commented 1 year ago

@LykxSassinator I meant updating this in your PR.