requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
118 stars 20 forks source link

Add more tests #217

Closed alessio-locatelli closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e118187) 97.02% compared to head (a05d055) 97.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== + Coverage 97.02% 97.22% +0.20% ========================================== Files 10 10 Lines 1008 1009 +1 Branches 172 172 ========================================== + Hits 978 981 +3 + Misses 19 18 -1 + Partials 11 10 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JWCook commented 9 months ago

Thank you, these look like some nice improvements! Would you mind rebasing this on top of main?