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

Better Sending #53

Closed NULLx76 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #53 into develop will not change coverage. The diff coverage is 80.35%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #53   +/-   ##
========================================
  Coverage    62.75%   62.75%           
========================================
  Files           23       23           
  Lines         1893     1893           
  Branches       507      507           
========================================
  Hits          1188     1188           
  Misses         226      226           
  Partials       479      479
Impacted Files Coverage Δ
src/lib.rs 77.77% <100%> (ø) :arrow_up:
src/networking/mod.rs 71.42% <61.53%> (ø) :arrow_up:
src/community/mod.rs 70.83% <95%> (ø) :arrow_up:

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 050fdbd...7c3160f. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #53 into develop will increase coverage by 5.22%. The diff coverage is 72.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #53      +/-   ##
===========================================
+ Coverage    62.75%   67.98%   +5.22%     
===========================================
  Files           23       23              
  Lines         1893     2130     +237     
  Branches       507      578      +71     
===========================================
+ Hits          1188     1448     +260     
- Misses         226      236      +10     
+ Partials       479      446      -33
Impacted Files Coverage Δ
src/crypto/signature.rs 61.72% <ø> (+1.21%) :arrow_up:
src/networking/mod.rs 70% <66.21%> (-1.43%) :arrow_down:
src/lib.rs 74.28% <76.19%> (-3.5%) :arrow_down:
src/community/mod.rs 72.97% <90.9%> (+2.13%) :arrow_up:
src/serialization/header.rs 36.08% <0%> (+1.03%) :arrow_up:
src/crypto/mod.rs 58.94% <0%> (+1.05%) :arrow_up:
src/payloads/binmemberauthenticationpayload.rs 55.76% <0%> (+1.92%) :arrow_up:
... 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 050fdbd...ea99a85. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.

codecov[bot] commented 5 years ago

Codecov Report

Merging #53 into develop will increase coverage by 5.22%. The diff coverage is 72.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #53      +/-   ##
===========================================
+ Coverage    62.75%   67.98%   +5.22%     
===========================================
  Files           23       23              
  Lines         1893     2130     +237     
  Branches       507      578      +71     
===========================================
+ Hits          1188     1448     +260     
- Misses         226      236      +10     
+ Partials       479      446      -33
Impacted Files Coverage Δ
src/crypto/signature.rs 61.72% <ø> (+1.21%) :arrow_up:
src/networking/mod.rs 70% <66.21%> (-1.43%) :arrow_down:
src/lib.rs 74.28% <76.19%> (-3.5%) :arrow_down:
src/community/mod.rs 72.97% <90.9%> (+2.13%) :arrow_up:
src/serialization/header.rs 36.08% <0%> (+1.03%) :arrow_up:
src/crypto/mod.rs 58.94% <0%> (+1.05%) :arrow_up:
src/payloads/binmemberauthenticationpayload.rs 55.76% <0%> (+1.92%) :arrow_up:
... 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 050fdbd...ea99a85. Read the comment docs.