Closed jordan-a-young closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.42%. Comparing base (
79fffa5
) to head (540ecf6
). Report is 5 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes an issue where
entries
was being called on a FileList. This is not iterable so using a standardfor
instead