Closed audiodude closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.80%. Comparing base (
6d62a49
) to head (d42e401
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Note that when this gets released, I will need to log into the production server and do a one time migration (rename_all_sites.py
) to update the existing paths.
As stated in #46, we can't reliably and conclusively represent all possible song titles in a ext4 file name. However, as a compromise, we create our own version of
secure_filename
that doesn't replace' '
with'_'
. This should cover the most common cases, though accents, umlauts, emoji and the like will all still get stripped.