Closed RobinTF closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.53%. Comparing base (
e1cf7d0
) to head (3a219f2
). Report is 6 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This fixes a regression introduced in #1438 that I didn't notice wasn't fixed as part of #1470. The runtime information was wrong for lazy operations (wrong number of rows and wrong times). This is now fixed + a unit tests is added that would have prevented this regression in the first place.