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
14 stars 2 forks source link

Windows #50

Open NULLx76 opened 5 years ago

NULLx76 commented 5 years ago

Blocked by #51

codecov[bot] commented 5 years ago

Codecov Report

Merging #50 into develop will not change coverage. The diff coverage is 75%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #50   +/-   ##
========================================
  Coverage    62.75%   62.75%           
========================================
  Files           23       23           
  Lines         1893     1893           
  Branches       507      507           
========================================
  Hits          1188     1188           
  Misses         226      226           
  Partials       479      479
Impacted Files Coverage Δ
src/payloads/binmemberauthenticationpayload.rs 53.84% <ø> (ø) :arrow_up:
src/crypto/mod.rs 57.89% <0%> (ø) :arrow_up:
src/community/peer.rs 81.08% <100%> (ø) :arrow_up:
src/serialization/mod.rs 67.65% <100%> (ø) :arrow_up:
src/community/mod.rs 70.83% <70.31%> (ø) :arrow_up:
src/crypto/signature.rs 60.5% <71.42%> (ø) :arrow_up:
src/networking/mod.rs 71.42% <77.77%> (ø) :arrow_up:
src/crypto/keytypes.rs 57.08% <82.35%> (ø) :arrow_up:
... and 5 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...ae76899. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #50 into develop will decrease coverage by 0.91%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #50      +/-   ##
===========================================
- Coverage    67.06%   66.15%   -0.92%     
===========================================
  Files           21       20       -1     
  Lines         1245     1179      -66     
  Branches       293      279      -14     
===========================================
- Hits           835      780      -55     
- Misses         128      139      +11     
+ Partials       282      260      -22
Impacted Files Coverage Δ
rust_ipv8/src/crypto/signature.rs 55.17% <0%> (-15.13%) :arrow_down:
rust_ipv8/src/payloads/puncturepayload.rs 72.22% <0%> (ø) :arrow_up:
rust_ipv8/src/serialization/rawend.rs 58.53% <0%> (ø) :arrow_up:
rust_ipv8/src/serialization/nestedpayload.rs 67.85% <0%> (ø) :arrow_up:
rust_ipv8/src/payloads/timedistributionpayload.rs 63.63% <0%> (ø) :arrow_up:
rust_ipv8/src/serialization/mod.rs 75.86% <0%> (ø) :arrow_up:
rust_ipv8/src/serialization/varlen.rs 53.22% <0%> (ø) :arrow_up:
rust_ipv8/src/community/peer.rs 86.95% <0%> (ø) :arrow_up:
rust_ipv8/src/community/mod.rs 89.32% <0%> (ø) :arrow_up:
rust_ipv8/src/serialization/bits.rs 66.32% <0%> (ø) :arrow_up:
... and 10 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 b42c5e5...7fa2ae1. Read the comment docs.

NULLx76 commented 5 years ago

Windows still seems to be having networking problems

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 7fa2ae17 and detected 13 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 13

View more on Code Climate.