MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

chore: add pull request template #165

Closed kaijchen closed 2 years ago

kaijchen commented 2 years ago

What changes were proposed in this pull request?

Add an awesome PR template.

Which issues is this PR related to?

How was this patch tested?

By this PR.

Will this help MrCroxx run or graduate?

Run!

MrCroxx commented 2 years ago

Appreciate! I'm so into the fourth point!

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (dd00a93) into main (480cf6c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #165   +/-   ##
=======================================
  Coverage   83.81%   83.81%           
=======================================
  Files          85       85           
  Lines        8371     8371           
=======================================
  Hits         7016     7016           
  Misses       1355     1355           
Impacted Files Coverage Δ
storage/src/raft_log_store/block_cache.rs 91.66% <0.00%> (-2.09%) :arrow_down:
storage/src/raft_log_store/store.rs 89.47% <0.00%> (-0.71%) :arrow_down:
storage/src/raft_log_store/log.rs 88.32% <0.00%> (-0.39%) :arrow_down:
wheel/src/worker/raft.rs 94.49% <0.00%> (ø)
rudder/src/worker/compaction_detector.rs 88.77% <0.00%> (+0.25%) :arrow_up:
rudder/src/meta/mem.rs 80.00% <0.00%> (+0.51%) :arrow_up:
wheel/src/worker/sstable_uploader.rs 78.51% <0.00%> (+1.65%) :arrow_up:

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 480cf6c...dd00a93. Read the comment docs.