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 the set functions from issue #597 #743

Merged
merged 2 commits into from
Jun 16, 2024

Fix review comments #597

f34935c
Select commit
Loading
Failed to load commit list.
Merged

Add support for the set functions from issue #597 #743

Fix review comments #597
f34935c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 15, 2024 in 0s

63.3% (+1.8%) compared to 294dcd0

View this Pull Request on Codecov

63.3% (+1.8%) compared to 294dcd0

Details

Codecov Report

Attention: Patch coverage is 73.54988% with 114 lines in your changes missing coverage. Please review.

Project coverage is 63.3%. Comparing base (294dcd0) to head (f34935c).
Report is 11 commits behind head on master.

Files Patch % Lines
tests/test_backend.py 11.0% 106 Missing ⚠️
django_redis/client/sharded.py 92.6% 3 Missing and 4 partials ⚠️
django_redis/client/default.py 99.5% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #743     +/-   ##
========================================
+ Coverage    61.5%   63.3%   +1.8%     
========================================
  Files          43      43             
  Lines        2786    3215    +429     
  Branches      161     244     +83     
========================================
+ Hits         1713    2034    +321     
- Misses       1060    1164    +104     
- Partials       13      17      +4     

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