Closed tomplus closed 3 months ago
Attention: Patch coverage is 3.93701%
with 122 lines
in your changes missing coverage. Please review.
Project coverage is 28.11%. Comparing base (
f53d443
) to head (154c772
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adjusts unitests to work with aiohttp 3.10+ where http sessions have to be created within an async function. Ref: https://github.com/aio-libs/aiohttp/issues/8555