Closed joanise closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.45%. Comparing base (
69458c9
) to head (396b2f1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PR Goal?
Merge in some refactoring I was doing while working on something I abandoned since.
Two useful refactoring changes:
web_apy.assemble()
: use the input_string directly with a split, instead of converting it to a StringIO just to call readlines() on it.Feedback sought?
regular validation
Priority?
low
Tests added?
Already covered by existing tests.
Confidence?
high
Version change?
no