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

Fix sentinel mode read-write separation #749

Merged
merged 5 commits into from
Oct 20, 2024

Fixed merge conflicts

f23b06d
Select commit
Loading
Failed to load commit list.
Merged

Fix sentinel mode read-write separation #749

Fixed merge conflicts
f23b06d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 20, 2024 in 0s

63.2% (-0.0%) compared to f30d34c, passed because coverage increased by 0.1% when compared to adjusted base (63.1%)

View this Pull Request on Codecov

63.2% (-0.0%) compared to f30d34c, passed because coverage increased by 0.1% when compared to adjusted base (63.1%)

Details

Codecov Report

Attention: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.

Project coverage is 63.2%. Comparing base (f30d34c) to head (f23b06d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
django_redis/pool.py 66.7% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #749     +/-   ##
========================================
- Coverage    63.2%   63.2%   -0.0%     
========================================
  Files          43      43             
  Lines        3223    3231      +8     
  Branches      244     244             
========================================
+ Hits         2034    2039      +5     
- Misses       1172    1175      +3     
  Partials       17      17             

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