citahub / cita-common

Libraries for CITA (https://github.com/citahub/cita)
Apache License 2.0
38 stars 34 forks source link

Run clippy for db #242

Closed boundless-forest closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #242 into develop will decrease coverage by 0.08%. The diff coverage is 90.19%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #242      +/-   ##
===========================================
- Coverage    49.15%   49.07%   -0.09%     
===========================================
  Files          116      116              
  Lines        17300    17284      -16     
===========================================
- Hits          8504     8482      -22     
- Misses        8796     8802       +6
Impacted Files Coverage Δ
db/src/trie/mod.rs 81.25% <ø> (ø) :arrow_up:
db/src/kvdb/in_memory.rs 46.15% <0%> (ø) :arrow_up:
db/src/trie/node.rs 94% <100%> (-2%) :arrow_down:
db/src/trie/fatdb.rs 89.36% <100%> (-2.13%) :arrow_down:
db/src/kvdb/mod.rs 89.47% <100%> (-3.03%) :arrow_down:
db/src/trie/recorder.rs 98.79% <100%> (ø) :arrow_up:
db/src/journaldb/archivedb.rs 98.2% <100%> (-0.36%) :arrow_down:
db/src/journaldb/earlymergedb.rs 93.21% <100%> (+0.12%) :arrow_up:
db/src/trie/fatdbmut.rs 96.15% <100%> (-3.85%) :arrow_down:
db/src/journaldb/mod.rs 97.22% <100%> (ø) :arrow_up:
... and 22 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 84a8f03...59367ff. Read the comment docs.

kaikai1024 commented 5 years ago

Please update #177 and #224 .