Closed Hywan closed 2 weeks ago
Attention: Patch coverage is 91.16022%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 84.79%. Comparing base (
77b3aa8
) to head (b775df2
). Report is 27 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
crates/matrix-sdk/src/event_cache/room/mod.rs | 91.16% | 16 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Indeed! Tests have been moved accordingly.
This patch renames
event_cache/store.rs
toevent_cache/room/events.rs
, and extract types aboutRoomEventCache
fromevent_cache/mod.rs
toevent_cache/room/mod.rs
. I hope it clarifies things.It's purely code moves, no renaming, no other changes.