Closed 0x46616c6b closed 10 months ago
Attention: 18 lines
in your changes are missing coverage. Please review.
Comparison is base (
d6cf1e7
) 37.91% compared to head (84e7041
) 37.99%.
Files | Patch % | Lines |
---|---|---|
src/Admin/VoucherAdmin.php | 0.00% | 17 Missing :warning: |
src/Admin/AliasAdmin.php | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
On larger datasets, querying all users in Voucher and Alias Admin took a very long time or resulted in a timeout. Therefore, I replaced the filter that had preloaded all entities with a simple text filter, which works quite fast.