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

Refactor #54

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Blocked by newsending

codecov[bot] commented 5 years ago

Codecov Report

Merging #54 into develop will increase coverage by 2.31%. The diff coverage is 68.09%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #54      +/-   ##
===========================================
+ Coverage    62.75%   65.07%   +2.31%     
===========================================
  Files           23       23              
  Lines         1893     1466     -427     
  Branches       507      368     -139     
===========================================
- Hits          1188      954     -234     
+ Misses         226      173      -53     
+ Partials       479      339     -140
Impacted Files Coverage Δ
rust-ipv8/src/serialization/nestedpayload.rs 67.85% <ø> (ø)
rust-ipv8/src/payloads/puncturepayload.rs 72.22% <ø> (ø)
rust-ipv8/src/community/peer.rs 82.75% <ø> (ø)
rust-ipv8/src/payloads/puncturerequestpayload.rs 70.58% <ø> (ø)
rust-ipv8/src/networking/address.rs 48.64% <ø> (ø)
...st-ipv8/src/payloads/introductionrequestpayload.rs 67.85% <ø> (ø)
...t-ipv8/src/payloads/introductionresponsepayload.rs 65.06% <ø> (ø)
rust-ipv8/src/error.rs 72.72% <ø> (ø)
rust-ipv8/src/serialization/rawend.rs 58.53% <ø> (ø)
rust-ipv8/src/crypto/mod.rs 58.62% <ø> (ø)
... and 31 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 050fdbd...8d0b715. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #54 into develop will increase coverage by 1.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #54      +/-   ##
===========================================
+ Coverage    66.95%   67.97%   +1.01%     
===========================================
  Files           23       23              
  Lines         2046     1249     -797     
  Branches       547      290     -257     
===========================================
- Hits          1370      849     -521     
+ Misses         222      130      -92     
+ Partials       454      270     -184
Impacted Files Coverage Δ
rust-ipv8/src/serialization/nestedpayload.rs 67.85% <ø> (ø)
rust-ipv8/src/lib.rs 78.26% <ø> (ø)
rust-ipv8/src/payloads/puncturepayload.rs 72.22% <ø> (ø)
rust-ipv8/src/serialization/bits.rs 66.32% <ø> (ø)
rust-ipv8/src/community/peer.rs 88.46% <ø> (ø)
rust-ipv8/src/payloads/puncturerequestpayload.rs 70.58% <ø> (ø)
rust-ipv8/src/networking/address.rs 48.64% <ø> (ø)
...st-ipv8/src/payloads/introductionrequestpayload.rs 67.85% <ø> (ø)
...t-ipv8/src/payloads/introductionresponsepayload.rs 65.06% <ø> (ø)
rust-ipv8/src/error.rs 54.54% <ø> (ø)
... and 36 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 5c8f999...733a329. Read the comment docs.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 733a3292 and detected 0 issues on this pull request.

View more on Code Climate.