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

restructured library and removed all relative imports #35

Closed jdonszelmann closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #35 into develop will decrease coverage by 4.14%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #35      +/-   ##
===========================================
- Coverage    94.12%   89.98%   -4.15%     
===========================================
  Files           19       19              
  Lines          970     1018      +48     
===========================================
+ Hits           913      916       +3     
- Misses          57      102      +45
Impacted Files Coverage Δ
src/crypto/mod.rs 95% <ø> (ø)
src/payloads/binmemberauthenticationpayload.rs 92.85% <ø> (ø)
src/payloads/timedistributionpayload.rs 100% <ø> (ø)
src/serialization/mod.rs 99.32% <ø> (ø)
src/crypto/signature.rs 94.05% <ø> (ø)
src/serialization/bits.rs 100% <ø> (ø)
src/payloads/connectiontype.rs 78.57% <ø> (ø)
src/lib.rs 0% <ø> (ø) :arrow_up:
src/serialization/varlen.rs 85.71% <ø> (ø)
src/crypto/keytypes.rs 84.12% <ø> (ø)
... and 8 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 824b71a...f668a39. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.