requests-cache / aiohttp-client-cache

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

Handle responses that exceed DynamoDB max item size #194

Closed JWCook closed 11 months ago

JWCook commented 11 months ago

Fixes #177

codecov[bot] commented 11 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (0fc4736) 96.32% compared to head (cd3a32b) 96.04%.

:exclamation: Current head cd3a32b differs from pull request most recent head c9f37af. Consider uploading reports for the commit c9f37af to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #194 +/- ## ========================================== - Coverage 96.32% 96.04% -0.28% ========================================== Files 10 10 Lines 979 986 +7 Branches 181 182 +1 ========================================== + Hits 943 947 +4 - Misses 23 25 +2 - Partials 13 14 +1 ``` | [Files](https://app.codecov.io/gh/requests-cache/aiohttp-client-cache/pull/194?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=requests-cache) | Coverage Δ | | |---|---|---| | [aiohttp\_client\_cache/backends/dynamodb.py](https://app.codecov.io/gh/requests-cache/aiohttp-client-cache/pull/194?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=requests-cache#diff-YWlvaHR0cF9jbGllbnRfY2FjaGUvYmFja2VuZHMvZHluYW1vZGIucHk=) | `93.81% <62.50%> (-2.86%)` | :arrow_down: |

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