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

Update issue templates #29

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

just thought this'd be a nice one

codecov-io commented 5 years ago

Codecov Report

Merging #29 into develop will increase coverage by 2.51%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #29      +/-   ##
===========================================
+ Coverage    61.73%   64.25%   +2.51%     
===========================================
  Files           23       23              
  Lines         1725     1421     -304     
  Branches       468      357     -111     
===========================================
- Hits          1065      913     -152     
+ Misses         224      177      -47     
+ Partials       436      331     -105
Impacted Files Coverage Δ
src/error.rs 72.72% <0%> (-5.85%) :arrow_down:
src/payloads/binmemberauthenticationpayload.rs 50% <0%> (-3.85%) :arrow_down:
src/payloads/introductionresponsepayload.rs 65.06% <0%> (-2.65%) :arrow_down:
src/serialization/header.rs 31.39% <0%> (-2.63%) :arrow_down:
src/serialization/rawend.rs 58.53% <0%> (-2.44%) :arrow_down:
src/serialization/varlen.rs 53.22% <0%> (-2.42%) :arrow_down:
src/payloads/introductionrequestpayload.rs 67.85% <0%> (-0.9%) :arrow_down:
src/networking/address.rs 48.64% <0%> (-0.34%) :arrow_down:
src/crypto/mod.rs 58.62% <0%> (+2.29%) :arrow_up:
src/crypto/signature.rs 66.33% <0%> (+2.82%) :arrow_up:
... and 5 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 f4feba5...3112a15. Read the comment docs.

dsluijk commented 5 years ago

Can this be closed or will it be finished at some point?

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.