Closed SirNickolas closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
916f7bd
) 98.54% compared to head (da85d2f
) 98.54%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
egrep
is deprecated; we are advised to usegrep -E
, but it is simpler to just put a backslash here.sed -E
, on the other hand, cleans up the code significantly.