Skip to content

Improve code coverage in quote repost hydration

P. Reis requested to merge improv-test-coverage into main

One important line (186 in image) was missing code coverage, now it's covered. The function is not 100% covered but the parts that are not covered are not that important, so I think it's fine.

BEFORE: before

AFTER: after

Merge request reports