Closed slawlor closed 1 month ago
Attention: Patch coverage is 90.19608%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 80.43%. Comparing base (
6a5ac82
) to head (cb49674
).
Files with missing lines | Patch % | Lines |
---|---|---|
ractor/src/factory/queues.rs | 90.19% | 10 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We were calculating the number of removed queue items in reverse leading to an underflow on a
usize
.Also added test coverage on queueing implementations.