tikv / raft-engine

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

bump 0.3.0 #256

Closed tabokie closed 2 years ago

tabokie commented 2 years ago

Also patched changelog for: #251

codecov[bot] commented 2 years ago

Codecov Report

Base: 97.68% // Head: 97.65% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (05bdb21) compared to base (087d36b). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head 05bdb21 differs from pull request most recent head 06af596. Consider uploading reports for the commit 06af596 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #256 +/- ## ========================================== - Coverage 97.68% 97.65% -0.04% ========================================== Files 30 30 Lines 10655 10645 -10 ========================================== - Hits 10408 10395 -13 - Misses 247 250 +3 ``` | [Impacted Files](https://codecov.io/gh/tikv/raft-engine/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv) | Coverage Δ | | |---|---|---| | [src/file\_pipe\_log/format.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2ZpbGVfcGlwZV9sb2cvZm9ybWF0LnJz) | `99.51% <100.00%> (ø)` | | | [src/file\_pipe\_log/log\_file.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2ZpbGVfcGlwZV9sb2cvbG9nX2ZpbGUucnM=) | `100.00% <100.00%> (ø)` | | | [src/file\_pipe\_log/mod.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2ZpbGVfcGlwZV9sb2cvbW9kLnJz) | `98.46% <100.00%> (ø)` | | | [src/file\_pipe\_log/pipe.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2ZpbGVfcGlwZV9sb2cvcGlwZS5ycw==) | `99.00% <100.00%> (-0.50%)` | :arrow_down: | | [src/file\_pipe\_log/reader.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2ZpbGVfcGlwZV9sb2cvcmVhZGVyLnJz) | `94.35% <100.00%> (ø)` | | | [src/env/default.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2Vudi9kZWZhdWx0LnJz) | `92.39% <0.00%> (-0.43%)` | :arrow_down: | | [src/pipe\_log.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL3BpcGVfbG9nLnJz) | `93.65% <0.00%> (-0.29%)` | :arrow_down: | | [src/engine.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2VuZ2luZS5ycw==) | `97.90% <0.00%> (-0.03%)` | :arrow_down: | | [src/log\_batch.rs](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL2xvZ19iYXRjaC5ycw==) | `97.97% <0.00%> (-0.01%)` | :arrow_down: | | ... and [6 more](https://codecov.io/gh/tikv/raft-engine/pull/256/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv) | | 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.

tabokie commented 2 years ago

/cc @LykxSassinator