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

Python #56

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Creates a (still small) python library which replaces some core functions in py-ipv8

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into develop will decrease coverage by 0.9%. The diff coverage is 69.1%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #56      +/-   ##
===========================================
- Coverage    67.97%   67.06%   -0.91%     
===========================================
  Files           23       21       -2     
  Lines         1249     1245       -4     
  Branches       290      293       +3     
===========================================
- Hits           849      835      -14     
+ Misses         130      128       -2     
- Partials       270      282      +12
Impacted Files Coverage Δ
rust_ipv8/src/payloads/timedistributionpayload.rs 63.63% <ø> (ø)
rust_ipv8/src/payloads/connectiontype.rs 71.42% <ø> (ø)
rust_ipv8/src/serialization/bits.rs 66.32% <ø> (ø)
rust_ipv8/src/configuration.rs 100% <ø> (ø)
rust_ipv8/src/networking/address.rs 48.64% <ø> (ø)
rust_ipv8/src/serialization/nestedpayload.rs 67.85% <ø> (ø)
rust_ipv8/src/serialization/rawend.rs 58.53% <ø> (ø)
rust_ipv8/src/serialization/varlen.rs 53.22% <ø> (ø)
rust_ipv8/src/payloads/puncturerequestpayload.rs 70.58% <ø> (ø)
rust_ipv8/src/error.rs 54.54% <ø> (ø)
... and 15 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 8d8c07f...dc9eb6e. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.