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

Replace `EntityMut` with `DeferredEntity` #345

Closed Shatur closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.99%. Comparing base (c0911f4) to head (1f9781a). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/core/deferred_entity.rs 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #345 +/- ## ========================================== - Coverage 90.06% 89.99% -0.08% ========================================== Files 37 38 +1 Lines 2365 2368 +3 ========================================== + Hits 2130 2131 +1 - Misses 235 237 +2 ```

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