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

Removed OpenSSL #51

Closed NULLx76 closed 5 years ago

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into develop will decrease coverage by 1.49%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #51     +/-   ##
==========================================
- Coverage    64.25%   62.75%   -1.5%     
==========================================
  Files           23       23             
  Lines         1421     1893    +472     
  Branches       357      507    +150     
==========================================
+ Hits           913     1188    +275     
- Misses         177      226     +49     
- Partials       331      479    +148
Impacted Files Coverage Δ
src/payloads/binmemberauthenticationpayload.rs 53.84% <ø> (+3.84%) :arrow_up:
src/crypto/mod.rs 57.89% <0%> (-0.73%) :arrow_down:
src/serialization/mod.rs 67.65% <100%> (-12.14%) :arrow_down:
src/community/peer.rs 81.08% <100%> (-1.68%) :arrow_down:
src/community/mod.rs 70.83% <70.31%> (+18.2%) :arrow_up:
src/crypto/signature.rs 60.5% <71.42%> (-5.83%) :arrow_down:
src/networking/mod.rs 71.42% <77.77%> (+0.15%) :arrow_up:
src/crypto/keytypes.rs 57.08% <82.35%> (-3.22%) :arrow_down:
src/configuration.rs 71.42% <0%> (-28.58%) :arrow_down:
src/lib.rs 77.77% <0%> (-15.56%) :arrow_down:
... and 16 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 cf03586...c4fb7e7. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into develop will decrease coverage by 1.49%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #51     +/-   ##
==========================================
- Coverage    64.25%   62.75%   -1.5%     
==========================================
  Files           23       23             
  Lines         1421     1893    +472     
  Branches       357      507    +150     
==========================================
+ Hits           913     1188    +275     
- Misses         177      226     +49     
- Partials       331      479    +148
Impacted Files Coverage Δ
src/payloads/binmemberauthenticationpayload.rs 53.84% <ø> (+3.84%) :arrow_up:
src/crypto/mod.rs 57.89% <0%> (-0.73%) :arrow_down:
src/serialization/mod.rs 67.65% <100%> (-12.14%) :arrow_down:
src/community/peer.rs 81.08% <100%> (-1.68%) :arrow_down:
src/community/mod.rs 70.83% <70.31%> (+18.2%) :arrow_up:
src/crypto/signature.rs 60.5% <71.42%> (-5.83%) :arrow_down:
src/networking/mod.rs 71.42% <77.77%> (+0.15%) :arrow_up:
src/crypto/keytypes.rs 57.08% <82.35%> (-3.22%) :arrow_down:
src/configuration.rs 71.42% <0%> (-28.58%) :arrow_down:
src/lib.rs 77.77% <0%> (-15.56%) :arrow_down:
... and 16 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 cf03586...c4fb7e7. Read the comment docs.