aio-libs / aiohttp-session

Web sessions for aiohttp.web
http://aiohttp-session.readthedocs.io/
Other
236 stars 85 forks source link

Drop Python 3.7 support #889

Closed Dreamsorcerer closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #889 (aacc0af) into master (1752937) will decrease coverage by 0.72%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #889      +/-   ##
==========================================
- Coverage   98.24%   97.52%   -0.72%     
==========================================
  Files           6       19      +13     
  Lines         341     1536    +1195     
  Branches       54       77      +23     
==========================================
+ Hits          335     1498    +1163     
- Misses          3       25      +22     
- Partials        3       13      +10     
Flag Coverage Δ
unit 97.52% <100.00%> (-0.43%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp_session/redis_storage.py 97.67% <ø> (ø)
tests/conftest.py 80.83% <100.00%> (ø)
tests/test_abstract_storage.py 100.00% <100.00%> (ø)
tests/test_cookie_storage.py 100.00% <100.00%> (ø)
tests/test_encrypted_cookie_storage.py 98.73% <100.00%> (ø)
tests/test_http_exception.py 100.00% <100.00%> (ø)
tests/test_memcached_storage.py 100.00% <100.00%> (ø)
tests/test_nacl_storage.py 98.87% <100.00%> (ø)
tests/test_path_domain.py 100.00% <100.00%> (ø)
tests/test_redis_storage.py 98.29% <100.00%> (ø)
... and 1 more

... and 5 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more