Closed zackad closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e859b65
) 100.00% compared to head (730f2c1
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Some filename might contains special character that has meaning in the context of url parsing such as
#;?
. This character need to be encode/decode to prevent webserver or application interpreting it as special character instead of part of filename.Close #198.