Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for hashmaps #719

Merged
merged 3 commits into from
Jan 29, 2024

Add support for hashmaps

09e53a1
Select commit
Loading
Failed to load commit list.
Merged

Add support for hashmaps #719

Add support for hashmaps
09e53a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 29, 2024 in 0s

38.2% (-23.5%) compared to d94a7f9

View this Pull Request on Codecov

38.2% (-23.5%) compared to d94a7f9

Details

Codecov Report

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

Comparison is base (d94a7f9) 61.8% compared to head (09e53a1) 38.2%.
Report is 7 commits behind head on master.

❗ Current head 09e53a1 differs from pull request most recent head d08e922. Consider uploading reports for the commit d08e922 to get more accurate results

Files Patch % Lines
tests/test_backend.py 0.0% 33 Missing ⚠️
django_redis/client/default.py 38.3% 2 Missing and 19 partials ⚠️
django_redis/cache.py 33.4% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #719      +/-   ##
=========================================
- Coverage    61.8%   38.2%   -23.5%     
=========================================
  Files          43      43              
  Lines        2680    2731      +51     
  Branches      142     161      +19     
=========================================
- Hits         1654    1042     -612     
- Misses       1013    1528     +515     
- Partials       13     161     +148     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.