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

increased coverage #57

Open jdonszelmann opened 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into develop will increase coverage by 1.02%. The diff coverage is 68.96%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #57      +/-   ##
===========================================
+ Coverage    67.06%   68.09%   +1.02%     
===========================================
  Files           21       21              
  Lines         1245     1282      +37     
  Branches       293      298       +5     
===========================================
+ Hits           835      873      +38     
+ Misses         128      121       -7     
- Partials       282      288       +6
Impacted Files Coverage Δ
rust_ipv8/src/util.rs 73.68% <0%> (+4.11%) :arrow_up:
rust_ipv8/src/serialization/mod.rs 76.22% <0%> (+0.36%) :arrow_up:
rust_ipv8/src/serialization/varlen.rs 54.23% <0%> (+1.01%) :arrow_up:
rust_ipv8/src/serialization/nestedpayload.rs 68.51% <0%> (+0.66%) :arrow_up:
rust_ipv8/src/serialization/header.rs 52.55% <76.92%> (+19.99%) :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 26f02bd...ddfe626. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.