ip-v8 / rust-ipv8

Rust implementation of the IPv8 application.
https://ip-v8.github.io/rust-ipv8/ipv8
GNU Lesser General Public License v3.0
13 stars 2 forks source link

Some refactoring #43

Closed NULLx76 closed 5 years ago

NULLx76 commented 5 years ago

Blocked by #42

codecov[bot] commented 5 years ago

Codecov Report

Merging #43 into develop will increase coverage by 4.32%. The diff coverage is 80.88%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #43      +/-   ##
===========================================
+ Coverage    60.02%   64.35%   +4.32%     
===========================================
  Files           24       23       -1     
  Lines         1571     1641      +70     
  Branches       432      454      +22     
===========================================
+ Hits           943     1056     +113     
+ Misses         234      210      -24     
+ Partials       394      375      -19
Impacted Files Coverage Δ
src/lib.rs 69.23% <ø> (ø) :arrow_up:
src/community/peer.rs 82.75% <73.68%> (+82.75%) :arrow_up:
src/networking/mod.rs 71.27% <77.77%> (-0.47%) :arrow_down:
src/networking/address.rs 72.72% <80%> (+19.78%) :arrow_up:
src/community/mod.rs 55.4% <85.71%> (+36.35%) :arrow_up:
src/serialization/header.rs 35.05% <0%> (+1.03%) :arrow_up:
src/serialization/mod.rs 72.58% <0%> (+2.31%) :arrow_up:
src/crypto/signature.rs 68.91% <0%> (+5.4%) :arrow_up:
... and 4 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 f3ca505...6c7c340. Read the comment docs.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 6c7c340b and detected 0 issues on this pull request.

View more on Code Climate.