Closed ilkilic closed 1 year ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
b4aaba0
) 63.41% compared to head (4a94a0a
) 66.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When using the built-in map() function, force immediate evaluation by converting its lazy iterator result to a list. This ensures that the _plot function is executed immediately when using the standard map() but remains unchanged for other mappers.