requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
122 stars 22 forks source link

Fix attrs compatibility issue #143

Closed JWCook closed 1 year ago

JWCook commented 1 year ago

Fixes #140

codecov[bot] commented 1 year ago

Codecov Report

Merging #143 (b13a7e4) into main (73fbd39) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   95.22%   95.23%           
=======================================
  Files          11       11           
  Lines        1005     1007    +2     
  Branches      179      180    +1     
=======================================
+ Hits          957      959    +2     
  Misses         34       34           
  Partials       14       14           
Impacted Files Coverage Δ
aiohttp_client_cache/cache_control.py 98.24% <ø> (ø)
aiohttp_client_cache/session.py 90.47% <ø> (ø)
aiohttp_client_cache/backends/base.py 96.57% <100.00%> (+0.03%) :arrow_up:
aiohttp_client_cache/backends/redis.py 98.33% <100.00%> (ø)
aiohttp_client_cache/cache_keys.py 100.00% <100.00%> (ø)
aiohttp_client_cache/response.py 95.03% <100.00%> (ø)
aiohttp_client_cache/signatures.py 76.74% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.