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

Newheaders #39

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

New and improved headers, now with zero calories!

codecov[bot] commented 5 years ago

Codecov Report

Merging #39 into develop will increase coverage by 2.66%. The diff coverage is 69.1%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #39      +/-   ##
===========================================
+ Coverage    60.47%   63.14%   +2.66%     
===========================================
  Files           22       22              
  Lines         1169     1175       +6     
  Branches       297      312      +15     
===========================================
+ Hits           707      742      +35     
+ Misses         196      154      -42     
- Partials       266      279      +13
Impacted Files Coverage Δ
src/serialization/bits.rs 66.32% <ø> (ø) :arrow_up:
src/error.rs 72.72% <ø> (ø) :arrow_up:
src/networking/connection.rs 0% <ø> (ø) :arrow_up:
src/lib.rs 100% <ø> (+100%) :arrow_up:
src/event.rs 0% <0%> (ø) :arrow_up:
src/payloads/timedistributionpayload.rs 63.63% <100%> (ø) :arrow_up:
src/crypto/signature.rs 66.33% <100%> (ø) :arrow_up:
src/payloads/introductionresponsepayload.rs 65.06% <100%> (ø) :arrow_up:
src/serialization/rawend.rs 58.53% <100%> (ø) :arrow_up:
src/serialization/nestedpayload.rs 67.85% <100%> (ø) :arrow_up:
... and 13 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 c894b2a...6d90f09. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #39 into develop will increase coverage by 2.66%. The diff coverage is 69.1%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #39      +/-   ##
===========================================
+ Coverage    60.47%   63.14%   +2.66%     
===========================================
  Files           22       22              
  Lines         1169     1175       +6     
  Branches       297      312      +15     
===========================================
+ Hits           707      742      +35     
+ Misses         196      154      -42     
- Partials       266      279      +13
Impacted Files Coverage Δ
src/serialization/bits.rs 66.32% <ø> (ø) :arrow_up:
src/error.rs 72.72% <ø> (ø) :arrow_up:
src/networking/connection.rs 0% <ø> (ø) :arrow_up:
src/lib.rs 100% <ø> (+100%) :arrow_up:
src/event.rs 0% <0%> (ø) :arrow_up:
src/payloads/timedistributionpayload.rs 63.63% <100%> (ø) :arrow_up:
src/crypto/signature.rs 66.33% <100%> (ø) :arrow_up:
src/payloads/introductionresponsepayload.rs 65.06% <100%> (ø) :arrow_up:
src/serialization/rawend.rs 58.53% <100%> (ø) :arrow_up:
src/serialization/nestedpayload.rs 67.85% <100%> (ø) :arrow_up:
... and 13 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 42ed336...290579c. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.