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

Signature verification and creation #27

Closed NULLx76 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #27 into develop will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #27    +/-   ##
======================================
  Coverage        0%    0%            
======================================
  Files           12    17     +5     
  Lines          464   631   +167     
======================================
- Misses         464   631   +167
Impacted Files Coverage Δ
src/error.rs 0% <0%> (ø)
src/networking/serialization/mod.rs 0% <0%> (ø) :arrow_up:
src/networking/crypto/mod.rs 0% <0%> (ø)
src/networking/crypto/keytypes.rs 0% <0%> (ø)
src/lib.rs 0% <0%> (ø)
src/networking/crypto/signature.rs 0% <0%> (ø)
...working/payloads/binmemberauthenticationpayload.rs 0% <0%> (ø) :arrow_up:
src/networking/serialization/nestedpayload.rs 0% <0%> (ø) :arrow_up:
... and 4 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 c377f00...57e2fac. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.