projectharmonia / bevy_replicon

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

Module refactor #272

Closed Shatur closed 6 months ago

Shatur commented 6 months ago

I decided to restructure modules a little and adjust some namings. Each commit is a separate change. Any opinions about the naming are welcome!

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.01%. Comparing base (679965a) to head (4c731fd).

:exclamation: Current head 4c731fd differs from pull request most recent head f37606a

Please upload reports for the commit f37606a to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #272 +/- ## ========================================== - Coverage 91.04% 91.01% -0.03% ========================================== Files 38 38 Lines 2333 2327 -6 ========================================== - Hits 2124 2118 -6 Misses 209 209 ```

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

Shatur commented 6 months ago

Agree, thanks, reverted.