xncbf / django-dynamodb-cache

Django cache backend for serverless
https://pypi.org/project/django-dynamodb-cache/
MIT License
31 stars 5 forks source link

draft #5

Closed xncbf closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #5 (e20874d) into main (d28c408) will increase coverage by 6.65%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   72.22%   78.87%   +6.65%     
==========================================
  Files          11       11              
  Lines         270      284      +14     
==========================================
+ Hits          195      224      +29     
+ Misses         75       60      -15     
Impacted Files Coverage Δ
django_dynamodb_cache/backend.py 100.00% <100.00%> (+100.00%) :arrow_up:
django_dynamodb_cache/cache.py 73.13% <100.00%> (ø)
django_dynamodb_cache/dynamodb.py 69.23% <100.00%> (-14.56%) :arrow_down:
...modb_cache/management/commands/createcachetable.py 100.00% <100.00%> (ø)
django_dynamodb_cache/settings.py 88.88% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d28c408...e20874d. Read the comment docs.