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

Networking #42

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Blocked by #41

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into develop will decrease coverage by 4.46%. The diff coverage is 51.07%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #42      +/-   ##
===========================================
- Coverage    63.14%   58.68%   -4.47%     
===========================================
  Files           22       24       +2     
  Lines         1175     1646     +471     
  Branches       312      447     +135     
===========================================
+ Hits           742      966     +224     
- Misses         154      264     +110     
- Partials       279      416     +137
Impacted Files Coverage Δ
src/crypto/signature.rs 63.51% <ø> (-2.83%) :arrow_down:
src/crypto/mod.rs 56.32% <0%> (-2.3%) :arrow_down:
src/serialization/varlen.rs 55.64% <0%> (ø) :arrow_up:
src/community/peer.rs 0% <0%> (ø)
src/serialization/header.rs 34.02% <0%> (-0.55%) :arrow_down:
src/error.rs 69.23% <100%> (-3.5%) :arrow_down:
src/configuration.rs 45.33% <12.5%> (-54.67%) :arrow_down:
src/community/mod.rs 12.9% <12.9%> (ø)
src/payloads/binmemberauthenticationpayload.rs 54.83% <50%> (-1.83%) :arrow_down:
src/crypto/keytypes.rs 53.73% <66.66%> (-5.05%) :arrow_down:
... and 14 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 2b58875...e986bf4. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into develop will decrease coverage by 3.3%. The diff coverage is 51.5%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #42      +/-   ##
===========================================
- Coverage    63.14%   59.84%   -3.31%     
===========================================
  Files           22       24       +2     
  Lines         1175     1646     +471     
  Branches       312      447     +135     
===========================================
+ Hits           742      985     +243     
- Misses         154      262     +108     
- Partials       279      399     +120
Impacted Files Coverage Δ
src/crypto/signature.rs 63.51% <ø> (-2.83%) :arrow_down:
src/crypto/mod.rs 56.32% <0%> (-2.3%) :arrow_down:
src/serialization/varlen.rs 55.64% <0%> (ø) :arrow_up:
src/community/peer.rs 0% <0%> (ø)
src/serialization/header.rs 34.02% <0%> (-0.55%) :arrow_down:
src/error.rs 69.23% <100%> (-3.5%) :arrow_down:
src/configuration.rs 45.33% <12.5%> (-54.67%) :arrow_down:
src/community/mod.rs 12.9% <12.9%> (ø)
src/payloads/binmemberauthenticationpayload.rs 54.83% <50%> (-1.83%) :arrow_down:
src/crypto/keytypes.rs 53.73% <66.66%> (-5.05%) :arrow_down:
... and 14 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 2b58875...ad45905. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.