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

CI Config typo fixed #32

Closed NULLx76 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #32       +/-   ##
=========================================
- Coverage     95.9%    0%   -95.91%     
=========================================
  Files           12    12               
  Lines          464   464               
=========================================
- Hits           445     0      -445     
- Misses          19   464      +445
Impacted Files Coverage Δ
src/networking/serialization/bits.rs 0% <0%> (-100%) :arrow_down:
src/networking/serialization/mod.rs 0% <0%> (-100%) :arrow_down:
src/networking/address.rs 0% <0%> (-100%) :arrow_down:
src/networking/payloads/puncturepayload.rs 0% <0%> (-100%) :arrow_down:
src/networking/payloads/timedistributionpayload.rs 0% <0%> (-100%) :arrow_down:
.../networking/payloads/introductionrequestpayload.rs 0% <0%> (-100%) :arrow_down:
src/networking/payloads/puncturerequestpayload.rs 0% <0%> (-100%) :arrow_down:
...working/payloads/binmemberauthenticationpayload.rs 0% <0%> (-100%) :arrow_down:
src/networking/serialization/nestedpayload.rs 0% <0%> (-100%) :arrow_down:
src/networking/serialization/rawend.rs 0% <0%> (-97.15%) :arrow_down:
... and 2 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 5a4e92a...f10fed3. Read the comment docs.

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.