aio-libs / aiohttp-session

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

Cleanup test coverage #890

Closed Dreamsorcerer closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #890 (f5c7d3b) into master (856de2b) will increase coverage by 2.33%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #890      +/-   ##
==========================================
+ Coverage   97.52%   99.86%   +2.33%     
==========================================
  Files          19       19              
  Lines        1536     1480      -56     
  Branches       77       64      -13     
==========================================
- Hits         1498     1478      -20     
+ Misses         25        0      -25     
+ Partials       13        2      -11     
Flag Coverage Δ
unit 99.86% <100.00%> (+2.33%) :arrow_up:

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

Impacted Files Coverage Δ
tests/conftest.py 100.00% <100.00%> (+19.16%) :arrow_up:
tests/test_encrypted_cookie_storage.py 100.00% <100.00%> (+1.26%) :arrow_up:
tests/test_get_session.py 100.00% <100.00%> (+7.69%) :arrow_up:
tests/test_nacl_storage.py 100.00% <100.00%> (+1.12%) :arrow_up:
tests/test_redis_storage.py 100.00% <100.00%> (+1.70%) :arrow_up:

... and 1 file with indirect coverage changes

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