Closed samaloney closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.51%. Comparing base (
3b049c5
) to head (2094a0a
). Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks a lot @samaloney :rocket:
The windows test fail seems real?
Yea I assumed since it didn't have the @pytest.mark.allow_hosts(True)
decorator it wouldn't be able to download but it seem like it can. I can either mock something from aioftp
to raise an error or make up a non-existent ftp url so it will fail?
127 didn't add the callback for ftp downloads this PR adds them.