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

Greatly improve Travis CI #38

Closed NULLx76 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #38       +/-   ##
============================================
- Coverage    90.26%   60.11%   -30.16%     
============================================
  Files           19       22        +3     
  Lines         1027     1073       +46     
  Branches         0      265      +265     
============================================
- Hits           927      645      -282     
- Misses         100      167       +67     
- Partials         0      261      +261
Impacted Files Coverage Δ
src/payloads/binmemberauthenticationpayload.rs 43.33% <0%> (-49.53%) :arrow_down:
src/serialization/header.rs 52.77% <0%> (-43.89%) :arrow_down:
src/serialization/rawend.rs 54.05% <0%> (-42.92%) :arrow_down:
src/networking/address.rs 57.89% <0%> (-42.11%) :arrow_down:
src/payloads/timedistributionpayload.rs 60% <0%> (-40%) :arrow_down:
src/payloads/introductionrequestpayload.rs 62.5% <0%> (-37.5%) :arrow_down:
src/serialization/varlen.rs 51.4% <0%> (-34.32%) :arrow_down:
src/serialization/bits.rs 66.32% <0%> (-33.68%) :arrow_down:
src/serialization/nestedpayload.rs 66.66% <0%> (-33.34%) :arrow_down:
src/crypto/mod.rs 62.29% <0%> (-32.71%) :arrow_down:
... and 12 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 ffe9c8b...40b44d9. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #38       +/-   ##
============================================
- Coverage     84.2%   60.47%   -23.73%     
============================================
  Files           19       22        +3     
  Lines         1190     1169       -21     
  Branches         0      297      +297     
============================================
- Hits          1002      707      -295     
- Misses         188      197        +9     
- Partials         0      265      +265
Impacted Files Coverage Δ
src/lib.rs 0% <0%> (-73.92%) :arrow_down:
src/networking/address.rs 52.94% <0%> (-47.06%) :arrow_down:
src/serialization/header.rs 52% <0%> (-46%) :arrow_down:
src/payloads/binmemberauthenticationpayload.rs 45.16% <0%> (-44.5%) :arrow_down:
src/payloads/timedistributionpayload.rs 63.63% <0%> (-36.37%) :arrow_down:
src/serialization/rawend.rs 58.53% <0%> (-36.06%) :arrow_down:
src/serialization/varlen.rs 52.84% <0%> (-34.76%) :arrow_down:
src/serialization/bits.rs 66.32% <0%> (-33.68%) :arrow_down:
src/crypto/mod.rs 61.66% <0%> (-33.42%) :arrow_down:
src/payloads/introductionresponsepayload.rs 65.06% <0%> (-32.28%) :arrow_down:
... and 12 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 62d5913...3dc91aa. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.