tikv / raft-engine

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

Supplment `clean`&`ctl` for Makefile. #280

Closed LykxSassinator closed 1 year ago

LykxSassinator commented 2 years ago

Signed-off-by: Lucasliang nkcs_lykx@hotmail.com

Description

This pr is used to supplement extra clean and ctl settings in Makefile.

codecov[bot] commented 2 years ago

Codecov Report

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

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #280 +/- ## ======================================= Coverage 97.65% 97.65% ======================================= Files 30 30 Lines 10630 10634 +4 ======================================= + Hits 10381 10385 +4 Misses 249 249 ``` | [Impacted Files](https://codecov.io/gh/tikv/raft-engine/pull/280?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv) | Coverage Δ | | |---|---|---| | [src/engine.rs](https://codecov.io/gh/tikv/raft-engine/pull/280/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% <100.00%> (+<0.01%)` | :arrow_up: | | [src/pipe\_log.rs](https://codecov.io/gh/tikv/raft-engine/pull/280/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tikv#diff-c3JjL3BpcGVfbG9nLnJz) | `93.93% <0.00%> (-1.52%)` | :arrow_down: | | [src/env/default.rs](https://codecov.io/gh/tikv/raft-engine/pull/280/diff?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: | 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.