projectharmonia / bevy_replicon

Server-authoritative networking crate for the Bevy game engine.
https://crates.io/crates/bevy_replicon
Apache License 2.0
350 stars 31 forks source link

Log event IDs #342

Closed Shatur closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.89%. Comparing base (e27d05c) to head (d30cf02).

Files with missing lines Patch % Lines
src/core/event_registry/client_event.rs 33.33% 2 Missing :warning:
src/core/event_registry/server_event.rs 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #342 +/- ## ========================================== - Coverage 90.05% 89.89% -0.16% ========================================== Files 37 37 Lines 2362 2366 +4 ========================================== Hits 2127 2127 - Misses 235 239 +4 ```

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

Shatur commented 2 weeks ago

Ah, not necessary, it's logged later.