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

Headers #33

Closed jdonszelmann closed 5 years ago

NULLx76 commented 5 years ago

Maybe some more docs/comments around the place?

codecov-io commented 5 years ago

Codecov Report

Merging #33 into develop will decrease coverage by 93.34%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #33       +/-   ##
=========================================
- Coverage    93.34%    0%   -93.35%     
=========================================
  Files           17    19        +2     
  Lines          842   970      +128     
=========================================
- Hits           786     0      -786     
- Misses          56   970      +914
Impacted Files Coverage Δ
src/networking/serialization/mod.rs 0% <0%> (-99.3%) :arrow_down:
src/networking/serialization/header.rs 0% <0%> (ø)
...networking/payloads/introductionresponsepayload.rs 0% <0%> (ø)
src/networking/crypto/mod.rs 0% <0%> (-94.24%) :arrow_down:
src/networking/crypto/keytypes.rs 0% <0%> (-86.3%) :arrow_down:
src/networking/payloads/puncturepayload.rs 0% <0%> (-100%) :arrow_down:
src/networking/payloads/timedistributionpayload.rs 0% <0%> (-100%) :arrow_down:
.../networking/payloads/introductionrequestpayload.rs 0% <0%> (-100%) :arrow_down:
src/networking/crypto/signature.rs 0% <0%> (-91.43%) :arrow_down:
src/networking/serialization/varlen.rs 0% <0%> (-84.85%) :arrow_down:
... 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 41037f7...56bb0bb. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.