Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove openraft deps, rename all v2 modules #125

Merged
merged 1 commit into from
May 1, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented May 1, 2022

As titled.

Ref: #121 .

@MrCroxx MrCroxx self-assigned this May 1, 2022
@MrCroxx MrCroxx enabled auto-merge (squash) May 1, 2022 04:48
@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #125 (37e7250) into main (4c32bfb) will increase coverage by 5.04%.
The diff coverage is 67.55%.

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   78.62%   83.66%   +5.04%     
==========================================
  Files          85       72      -13     
  Lines        9474     6888    -2586     
==========================================
- Hits         7449     5763    -1686     
+ Misses       2025     1125     -900     
Impacted Files Coverage Δ
storage/src/error.rs 14.28% <ø> (ø)
storage/src/lib.rs 100.00% <ø> (ø)
wheel/src/error.rs 0.00% <ø> (ø)
storage/src/raft_log_store/store.rs 89.80% <50.00%> (-3.59%) ⬇️
wheel/src/service.rs 71.60% <59.21%> (+57.34%) ⬆️
wheel/src/components/raft_log_store.rs 66.87% <66.39%> (+0.94%) ⬆️
storage/src/raft_log_store/block_cache.rs 88.00% <66.66%> (+30.85%) ⬆️
wheel/src/components/fsm.rs 68.78% <67.03%> (+41.95%) ⬆️
storage/src/raft_log_store/mem.rs 81.72% <68.49%> (-3.43%) ⬇️
wheel/src/components/raft_manager.rs 78.70% <76.84%> (-3.60%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c32bfb...37e7250. Read the comment docs.

@MrCroxx MrCroxx merged commit 5aa2b45 into main May 1, 2022
@MrCroxx MrCroxx deleted the xx/remove-openraft branch May 1, 2022 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant