Closed ten3roberts closed 1 year ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
7f72f51
) 75.65% compared to head (149eaf2
) 75.66%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Component removals for entities is error prone as it only tracks entities which are still alive and they quickly fall prone to pitfalls when used inside queries.
Use the subscription mechanism instead, which will also allow you to store the value of the removed component
Additionally, this removes a lot of bookkeeping and memory overhead for things you rarely paid for