MemoriesOfTime / raknet-rs

Raknet protocol implementation by rust
Apache License 2.0
8 stars 3 forks source link

refactor packet, incoming and codec #3

Closed iGxnon closed 10 months ago

iGxnon commented 10 months ago

Signed-off-by: iGxnon igxnon@gmail.com

codecov[bot] commented 10 months ago

Codecov Report

Attention: 115 lines in your changes are missing coverage. Please review.

Comparison is base (9513433) 45.98% compared to head (1b17138) 45.14%.

Files Patch % Lines
src/codec/decoder/ack.rs 0.00% 24 Missing :warning:
src/packet/connected/frame_set.rs 4.16% 23 Missing :warning:
src/server/handshake.rs 0.00% 23 Missing :warning:
src/packet/connected/mod.rs 0.00% 17 Missing :warning:
src/packet/mod.rs 0.00% 9 Missing :warning:
src/codec/mod.rs 0.00% 8 Missing :warning:
src/codec/decoder/frame.rs 0.00% 3 Missing :warning:
src/codec/decoder/ordered.rs 94.54% 3 Missing :warning:
src/server/offline.rs 0.00% 3 Missing :warning:
src/codec/decoder/fragment.rs 96.87% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3 +/- ## ========================================== - Coverage 45.98% 45.14% -0.85% ========================================== Files 19 19 Lines 1920 1876 -44 ========================================== - Hits 883 847 -36 + Misses 1037 1029 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

iGxnon commented 10 months ago

sad coverage