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

Added the basis of communities. #41

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

Co-authored-by: Victor Roest victor@xirion.net

jdonszelmann commented 5 years ago

note: Added lazy static

codecov[bot] commented 5 years ago

Codecov Report

Merging #41 into develop will decrease coverage by 7.12%. The diff coverage is 31.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #41      +/-   ##
===========================================
- Coverage    63.14%   56.02%   -7.13%     
===========================================
  Files           22       24       +2     
  Lines         1175     1387     +212     
  Branches       312      369      +57     
===========================================
+ Hits           742      777      +35     
- Misses         154      282     +128     
- Partials       279      328      +49
Impacted Files Coverage Δ
src/lib.rs 0% <0%> (-100%) :arrow_down:
src/community/peer.rs 0% <0%> (ø)
src/configuration.rs 0% <0%> (-100%) :arrow_down:
src/community/mod.rs 0% <0%> (ø)
src/crypto/keytypes.rs 53.73% <66.66%> (-5.05%) :arrow_down:
src/serialization/mod.rs 70.07% <72.22%> (-9%) :arrow_down:
src/payloads/connectiontype.rs 57.14% <0%> (-14.29%) :arrow_down:
... and 3 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...f9cdb0c. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #41 into develop will decrease coverage by 4.34%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #41      +/-   ##
==========================================
- Coverage    63.14%   58.8%   -4.35%     
==========================================
  Files           22      22              
  Lines         1175    1175              
  Branches       312     312              
==========================================
- Hits           742     691      -51     
- Misses         154     207      +53     
+ Partials       279     277       -2
Impacted Files Coverage Δ
src/configuration.rs 0% <0%> (-100%) :arrow_down:
src/lib.rs 0% <0%> (-100%) :arrow_down:
src/crypto/keytypes.rs 58.77% <100%> (ø) :arrow_up:
src/serialization/mod.rs 71.51% <64.28%> (-7.56%) :arrow_down:
src/payloads/connectiontype.rs 57.14% <0%> (-14.29%) :arrow_down:

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...c091b5e. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.